#CAE98A

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

Shades of Sulu #CAE98A

Tints of Sulu #CAE98A

Color information

#CAE98A (or 0xCAE98A) is unknown color: approx Sulu. HEX triplet: CA, E9 and 8A. RGB value is (202,233,138). Sum of RGB (Red+Green+Blue) = 202+233+138=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE98A is #351675. Grayscale: #D5D5D5. Windows color (decimal): -3479158 or 9103818. OLE color: 9103818.

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

Color convert

RGB202233138-
CMYK0.1300.410.09
HSL79.58º68.35%72.75%-
HSV(B)79.58º40.77%91.37%-
XYZ58.0872.6735.01-
YUV212.985.73120.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 233 (91.41% from 255) = 40.66%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=35.25%
G=40.66%
B=24.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331380.1300.410.0979.5868.3572.75
HexCAE98AD0299504449
Octal3123512121505111120104111
Binary110010101110100110001010110101010011001101000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE98A; }

 p { color: rgb(202,233,138); }

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

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

 a { background-color: rgb(202,233,138); }

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

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

 span { border-color: rgb(202,233,138); }

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