#CDE68E

Color #CDE68E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CDE68E

Tints of Sulu #CDE68E

Color information

#CDE68E (or 0xCDE68E) is unknown color: approx Sulu. HEX triplet: CD, E6 and 8E. RGB value is (205,230,142). Sum of RGB (Red+Green+Blue) = 205+230+142=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68E is #321971. Grayscale: #D4D4D4. Windows color (decimal): -3283314 or 9365197. OLE color: 9365197.

HSL color Cylindrical-coordinate representation of color #CDE68E: hue angle of 77.05º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE68E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB205230142-
CMYK0.1100.380.10
HSL77.05º63.77%72.94%-
HSV(B)77.05º38.26%90.2%-
XYZ58.3671.5336.32-
YUV212.4988.22122.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=35.53%
G=39.86%
B=24.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301420.1100.380.1077.0563.7772.94
HexCDE68EB026A4d4049
Octal3153462161304612115100111
Binary110011011110011010001110101101001101010100110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE68E; }

 p { color: rgb(205,230,142); }

 H1.HeaderClassName
 {
   color: #CDE68E;
 }
 .AnyTagClassName
 {
   color: #CDE68E;
 }
</style>
background-color css

<style>
 a { background-color: #CDE68E; }

 a { background-color: rgb(205,230,142); }

 div.DivClassName
 {
   background-color: #CDE68E;
 }
 .BgClassName
 {
   background-color: #CDE68E;
 }
</style>
border-color css

<style>
 span { border-color: #CDE68E; }

 span { border-color: rgb(205,230,142); }

 td.TdClassName
 {
   border-color: #CDE68E;
 }
 .TagClassName
 {
   border-color: #CDE68E;
 }
</style>