#CAE58C

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

Shades of Sulu #CAE58C

Tints of Sulu #CAE58C

Color information

#CAE58C (or 0xCAE58C) is unknown color: approx Sulu. HEX triplet: CA, E5 and 8C. RGB value is (202,229,140). Sum of RGB (Red+Green+Blue) = 202+229+140=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE58C is #351A73. Grayscale: #D3D3D3. Windows color (decimal): -3480180 or 9233866. OLE color: 9233866.

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

Color convert

RGB202229140-
CMYK0.1200.390.10
HSL78.2º63.12%72.35%-
HSV(B)78.2º38.86%89.8%-
XYZ57.1170.4935.41-
YUV210.7888.05121.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 229 (89.84% from 255) = 40.11%
BLUE value IS 140 (55.08% from 255) = 24.52%
R=35.38%
G=40.11%
B=24.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291400.1200.390.1078.263.1272.35
HexCAE58CC027A4e3f48
Octal312345214140471211677110
Binary11001010111001011000110011000100111101010011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE58C; }

 p { color: rgb(202,229,140); }

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

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

 a { background-color: rgb(202,229,140); }

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

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

 span { border-color: rgb(202,229,140); }

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