#CAE790

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

Shades of Sulu #CAE790

Tints of Sulu #CAE790

Color information

#CAE790 (or 0xCAE790) is unknown color: approx Sulu. HEX triplet: CA, E7 and 90. RGB value is (202,231,144). Sum of RGB (Red+Green+Blue) = 202+231+144=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE790 is #35186F. Grayscale: #D4D4D4. Windows color (decimal): -3479664 or 9496522. OLE color: 9496522.

HSL color Cylindrical-coordinate representation of color #CAE790: hue angle of 80º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAE790 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB202231144-
CMYK0.1300.380.09
HSL80º64.44%73.53%-
HSV(B)80º37.66%90.59%-
XYZ57.9771.7237.17-
YUV212.4189.39120.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 144 (56.64% from 255) = 24.96%
R=35.01%
G=40.03%
B=24.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311440.1300.380.098064.4473.53
HexCAE790D026950404a
Octal3123472201504611120100112
Binary110010101110011110010000110101001101001101000010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE790; }

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

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

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

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

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

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

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

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