#CDF18A

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

Shades of Sulu #CDF18A

Tints of Sulu #CDF18A

Color information

#CDF18A (or 0xCDF18A) is unknown color: approx Sulu. HEX triplet: CD, F1 and 8A. RGB value is (205,241,138). Sum of RGB (Red+Green+Blue) = 205+241+138=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18A is #320E75. Grayscale: #DADADA. Windows color (decimal): -3280502 or 9105869. OLE color: 9105869.

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

Color convert

RGB205241138-
CMYK0.1500.430.05
HSL80.97º78.63%74.31%-
HSV(B)80.97º42.74%94.51%-
XYZ61.2277.7235.82-
YUV218.4982.57118.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 138 (54.30% from 255) = 23.63%
R=35.10%
G=41.27%
B=23.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411380.1500.430.0580.9778.6374.31
HexCDF18AF02B5514f4a
Octal315361212170535121117112
Binary11001101111100011000101011110101011101101000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF18A; }

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

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

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

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

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

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

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

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