#CAEB81

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

Shades of Sulu #CAEB81

Tints of Sulu #CAEB81

Color information

#CAEB81 (or 0xCAEB81) is unknown color: approx Sulu. HEX triplet: CA, EB and 81. RGB value is (202,235,129). Sum of RGB (Red+Green+Blue) = 202+235+129=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB81 is #35147E. Grayscale: #D5D5D5. Windows color (decimal): -3478655 or 8514506. OLE color: 8514506.

HSL color Cylindrical-coordinate representation of color #CAEB81: hue angle of 78.68º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAEB81 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB202235129-
CMYK0.1400.450.08
HSL78.68º72.6%71.37%-
HSV(B)78.68º45.11%92.16%-
XYZ58.0373.5631.91-
YUV213.0580.57120.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 129 (50.78% from 255) = 22.79%
R=35.69%
G=41.52%
B=22.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351290.1400.450.0878.6872.671.37
HexCAEB81E02D84f4947
Octal3123532011605510117111107
Binary110010101110101110000001111001011011000100111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB81; }

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

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

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

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

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

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

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

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