#CAED8D

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

Shades of Sulu #CAED8D

Tints of Sulu #CAED8D

Color information

#CAED8D (or 0xCAED8D) is unknown color: approx Sulu. HEX triplet: CA, ED and 8D. RGB value is (202,237,141). Sum of RGB (Red+Green+Blue) = 202+237+141=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED8D is #351272. Grayscale: #D7D7D7. Windows color (decimal): -3478131 or 9301450. OLE color: 9301450.

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

Color convert

RGB202237141-
CMYK0.1500.410.07
HSL81.88º72.73%74.12%-
HSV(B)81.88º40.51%92.94%-
XYZ59.4575.0536.55-
YUV215.5985.9118.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=34.83%
G=40.86%
B=24.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371410.1500.410.0781.8872.7374.12
HexCAED8DF029752494a
Octal312355215170517122111112
Binary11001010111011011000110111110101001111101001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED8D; }

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

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

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

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

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

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

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

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