#CAEC7B

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

Shades of Sulu #CAEC7B

Tints of Sulu #CAEC7B

Color information

#CAEC7B (or 0xCAEC7B) is unknown color: approx Sulu. HEX triplet: CA, EC and 7B. RGB value is (202,236,123). Sum of RGB (Red+Green+Blue) = 202+236+123=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEC7B is #351384. Grayscale: #D5D5D5. Windows color (decimal): -3478405 or 8121546. OLE color: 8121546.

HSL color Cylindrical-coordinate representation of color #CAEC7B: hue angle of 78.05º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAEC7B is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB202236123-
CMYK0.1400.480.07
HSL78.05º74.83%70.39%-
HSV(B)78.05º47.88%92.55%-
XYZ57.9373.9829.96-
YUV212.9577.24120.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=36.01%
G=42.07%
B=21.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361230.1400.480.0778.0574.8370.39
HexCAEC7BE03074e4b46
Octal312354173160607116113106
Binary1100101011101100111101111100110000111100111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC7B; }

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

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

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

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

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

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

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

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