#CAE48B

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

Shades of Sulu #CAE48B

Tints of Sulu #CAE48B

Color information

#CAE48B (or 0xCAE48B) is unknown color: approx Sulu. HEX triplet: CA, E4 and 8B. RGB value is (202,228,139). Sum of RGB (Red+Green+Blue) = 202+228+139=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE48B is #351B74. Grayscale: #D2D2D2. Windows color (decimal): -3480437 or 9168074. OLE color: 9168074.

HSL color Cylindrical-coordinate representation of color #CAE48B: hue angle of 77.53º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAE48B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB202228139-
CMYK0.1100.390.11
HSL77.53º62.24%71.96%-
HSV(B)77.53º39.04%89.41%-
XYZ56.7669.9134.93-
YUV210.0887.89122.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=35.50%
G=40.07%
B=24.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281390.1100.390.1177.5362.2471.96
HexCAE48BB027B4e3e48
Octal312344213130471311676110
Binary11001010111001001000101110110100111101110011101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE48B; }

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

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

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

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

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

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

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

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