#CAE781

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

Shades of Sulu #CAE781

Tints of Sulu #CAE781

Color information

#CAE781 (or 0xCAE781) is unknown color: approx Sulu. HEX triplet: CA, E7 and 81. RGB value is (202,231,129). Sum of RGB (Red+Green+Blue) = 202+231+129=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE781 is #35187E. Grayscale: #D3D3D3. Windows color (decimal): -3479679 or 8513482. OLE color: 8513482.

HSL color Cylindrical-coordinate representation of color #CAE781: hue angle of 77.06º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAE781 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB202231129-
CMYK0.1300.440.09
HSL77.06º68%70.59%-
HSV(B)77.06º44.16%90.59%-
XYZ56.971.2931.53-
YUV210.781.89121.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 129 (50.78% from 255) = 22.95%
R=35.94%
G=41.10%
B=22.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311290.1300.440.0977.066870.59
HexCAE781D02C94d4447
Octal3123472011505411115104107
Binary110010101110011110000001110101011001001100110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE781; }

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

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

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

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

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

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

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

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