#CADE7D

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

Shades of Sulu #CADE7D

Tints of Sulu #CADE7D

Color information

#CADE7D (or 0xCADE7D) is unknown color: approx Sulu. HEX triplet: CA, DE and 7D. RGB value is (202,222,125). Sum of RGB (Red+Green+Blue) = 202+222+125=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE7D is #352182. Grayscale: #CDCDCD. Windows color (decimal): -3481987 or 8249034. OLE color: 8249034.

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

Color convert

RGB202222125-
CMYK0.0900.440.13
HSL72.37º59.51%68.04%-
HSV(B)72.37º43.69%87.06%-
XYZ54.1866.2829.34-
YUV204.9682.87125.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=36.79%
G=40.44%
B=22.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221250.0900.440.1372.3759.5168.04
HexCADE7D902CD483c44
Octal312336175110541511074104
Binary1100101011011110111110110010101100110110010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE7D; }

 p { color: rgb(202,222,125); }

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

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

 a { background-color: rgb(202,222,125); }

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

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

 span { border-color: rgb(202,222,125); }

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