#CAED81

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

Shades of Sulu #CAED81

Tints of Sulu #CAED81

Color information

#CAED81 (or 0xCAED81) is unknown color: approx Sulu. HEX triplet: CA, ED and 81. RGB value is (202,237,129). Sum of RGB (Red+Green+Blue) = 202+237+129=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED81 is #35127E. Grayscale: #D6D6D6. Windows color (decimal): -3478143 or 8515018. OLE color: 8515018.

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

Color convert

RGB202237129-
CMYK0.1500.460.07
HSL79.44º75%71.76%-
HSV(B)79.44º45.57%92.94%-
XYZ58.674.7132.1-
YUV214.2279.9119.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 129 (50.78% from 255) = 22.71%
R=35.56%
G=41.73%
B=22.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371290.1500.460.0779.447571.76
HexCAED81F02E74f4b48
Octal312355201170567117113110
Binary11001010111011011000000111110101110111100111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED81; }

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

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

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

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

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

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

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

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