#CAE58B

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

Shades of Sulu #CAE58B

Tints of Sulu #CAE58B

Color information

#CAE58B (or 0xCAE58B) is unknown color: approx Sulu. HEX triplet: CA, E5 and 8B. RGB value is (202,229,139). Sum of RGB (Red+Green+Blue) = 202+229+139=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE58B is #351A74. Grayscale: #D2D2D2. Windows color (decimal): -3480181 or 9168330. OLE color: 9168330.

HSL color Cylindrical-coordinate representation of color #CAE58B: hue angle of 78º 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 #CAE58B is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB202229139-
CMYK0.1200.390.10
HSL78º63.38%72.16%-
HSV(B)78º39.3%89.8%-
XYZ57.0470.4635.02-
YUV210.6787.55121.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=35.44%
G=40.18%
B=24.39%

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
Decimal2022291390.1200.390.107863.3872.16
HexCAE58BC027A4e3f48
Octal312345213140471211677110
Binary11001010111001011000101111000100111101010011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE58B; }

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

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

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

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

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

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

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

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