#CAED88

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

Shades of Sulu #CAED88

Tints of Sulu #CAED88

Color information

#CAED88 (or 0xCAED88) is unknown color: approx Sulu. HEX triplet: CA, ED and 88. RGB value is (202,237,136). Sum of RGB (Red+Green+Blue) = 202+237+136=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED88 is #351277. Grayscale: #D7D7D7. Windows color (decimal): -3478136 or 8973770. OLE color: 8973770.

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

Color convert

RGB202237136-
CMYK0.1500.430.07
HSL80.79º73.72%73.14%-
HSV(B)80.79º42.62%92.94%-
XYZ59.0974.934.64-
YUV215.0283.4118.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 136 (53.52% from 255) = 23.65%
R=35.13%
G=41.22%
B=23.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371360.1500.430.0780.7973.7273.14
HexCAED88F02B7514a49
Octal312355210170537121112111
Binary11001010111011011000100011110101011111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED88; }

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

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

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

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

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

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

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

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