#CAEC81

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

Shades of Sulu #CAEC81

Tints of Sulu #CAEC81

Color information

#CAEC81 (or 0xCAEC81) is unknown color: approx Sulu. HEX triplet: CA, EC and 81. RGB value is (202,236,129). Sum of RGB (Red+Green+Blue) = 202+236+129=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEC81 is #35137E. Grayscale: #D6D6D6. Windows color (decimal): -3478399 or 8514762. OLE color: 8514762.

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

Color convert

RGB202236129-
CMYK0.1400.450.07
HSL79.07º73.79%71.57%-
HSV(B)79.07º45.34%92.55%-
XYZ58.3274.1332-
YUV213.6480.24119.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=35.63%
G=41.62%
B=22.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361290.1400.450.0779.0773.7971.57
HexCAEC81E02D74f4a48
Octal312354201160557117112110
Binary11001010111011001000000111100101101111100111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC81; }

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

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

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

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

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

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

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

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