#CAE17B

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

Shades of Sulu #CAE17B

Tints of Sulu #CAE17B

Color information

#CAE17B (or 0xCAE17B) is unknown color: approx Sulu. HEX triplet: CA, E1 and 7B. RGB value is (202,225,123). Sum of RGB (Red+Green+Blue) = 202+225+123=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE17B is #351E84. Grayscale: #CECECE. Windows color (decimal): -3481221 or 8118730. OLE color: 8118730.

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

Color convert

RGB202225123-
CMYK0.1000.450.12
HSL73.53º62.96%68.24%-
HSV(B)73.53º45.33%88.24%-
XYZ54.8667.8428.94-
YUV206.4980.88124.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=36.73%
G=40.91%
B=22.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251230.1000.450.1273.5362.9668.24
HexCAE17BA02DC4a3f44
Octal312341173120551411277104
Binary1100101011100001111101110100101101110010010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE17B; }

 p { color: rgb(202,225,123); }

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

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

 a { background-color: rgb(202,225,123); }

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

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

 span { border-color: rgb(202,225,123); }

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