#CDF18E

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

Shades of Sulu #CDF18E

Tints of Sulu #CDF18E

Color information

#CDF18E (or 0xCDF18E) is unknown color: approx Sulu. HEX triplet: CD, F1 and 8E. RGB value is (205,241,142). Sum of RGB (Red+Green+Blue) = 205+241+142=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18E is #320E71. Grayscale: #DBDBDB. Windows color (decimal): -3280498 or 9368013. OLE color: 9368013.

HSL color Cylindrical-coordinate representation of color #CDF18E: hue angle of 81.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF18E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB205241142-
CMYK0.1500.410.05
HSL81.82º77.95%75.1%-
HSV(B)81.82º41.08%94.51%-
XYZ61.5177.8437.37-
YUV218.9584.57118.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 142 (55.86% from 255) = 24.15%
R=34.86%
G=40.99%
B=24.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411420.1500.410.0581.8277.9575.1
HexCDF18EF0295524e4b
Octal315361216170515122116113
Binary11001101111100011000111011110101001101101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF18E; }

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

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

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

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

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

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

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

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