#CAE08D

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

Shades of Sulu #CAE08D

Tints of Sulu #CAE08D

Color information

#CAE08D (or 0xCAE08D) is unknown color: approx Sulu. HEX triplet: CA, E0 and 8D. RGB value is (202,224,141). Sum of RGB (Red+Green+Blue) = 202+224+141=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE08D is #351F72. Grayscale: #D0D0D0. Windows color (decimal): -3481459 or 9298122. OLE color: 9298122.

HSL color Cylindrical-coordinate representation of color #CAE08D: hue angle of 75.9º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAE08D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB202224141-
CMYK0.1000.370.12
HSL75.9º57.24%71.57%-
HSV(B)75.9º37.05%87.84%-
XYZ55.8267.7935.34-
YUV207.9690.21123.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=35.63%
G=39.51%
B=24.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241410.1000.370.1275.957.2471.57
HexCAE08DA025C4c3948
Octal312340215120451411471110
Binary11001010111000001000110110100100101110010011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE08D; }

 p { color: rgb(202,224,141); }

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

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

 a { background-color: rgb(202,224,141); }

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

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

 span { border-color: rgb(202,224,141); }

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