#CADF80

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

Shades of Sulu #CADF80

Tints of Sulu #CADF80

Color information

#CADF80 (or 0xCADF80) is unknown color: approx Sulu. HEX triplet: CA, DF and 80. RGB value is (202,223,128). Sum of RGB (Red+Green+Blue) = 202+223+128=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF80 is #35207F. Grayscale: #CECECE. Windows color (decimal): -3481728 or 8445898. OLE color: 8445898.

HSL color Cylindrical-coordinate representation of color #CADF80: hue angle of 73.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CADF80 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB202223128-
CMYK0.0900.430.13
HSL73.26º59.75%68.82%-
HSV(B)73.26º42.6%87.45%-
XYZ54.6466.8930.45-
YUV205.8984.04125.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=36.53%
G=40.33%
B=23.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231280.0900.430.1373.2659.7568.82
HexCADF80902BD493c45
Octal312337200110531511174105
Binary11001010110111111000000010010101011110110010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF80; }

 p { color: rgb(202,223,128); }

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

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

 a { background-color: rgb(202,223,128); }

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

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

 span { border-color: rgb(202,223,128); }

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