#CADE90

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

Shades of Sulu #CADE90

Tints of Sulu #CADE90

Color information

#CADE90 (or 0xCADE90) is unknown color: approx Sulu. HEX triplet: CA, DE and 90. RGB value is (202,222,144). Sum of RGB (Red+Green+Blue) = 202+222+144=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE90 is #35216F. Grayscale: #CFCFCF. Windows color (decimal): -3481968 or 9494218. OLE color: 9494218.

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

Color convert

RGB202222144-
CMYK0.0900.350.13
HSL75.38º54.17%71.76%-
HSV(B)75.38º35.14%87.06%-
XYZ55.5166.8136.36-
YUV207.1392.37124.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=35.56%
G=39.08%
B=25.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221440.0900.350.1375.3854.1771.76
HexCADE909023D4b3648
Octal312336220110431511366110
Binary11001010110111101001000010010100011110110010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE90; }

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

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

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

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

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

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

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

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