#CAED6E

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

Shades of Sulu #CAED6E

Tints of Sulu #CAED6E

Color information

#CAED6E (or 0xCAED6E) is unknown color: approx Sulu. HEX triplet: CA, ED and 6E. RGB value is (202,237,110). Sum of RGB (Red+Green+Blue) = 202+237+110=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAED6E is #351291. Grayscale: #D4D4D4. Windows color (decimal): -3478162 or 7269834. OLE color: 7269834.

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

Color convert

RGB202237110-
CMYK0.1500.540.07
HSL76.54º77.91%68.04%-
HSV(B)76.54º53.59%92.94%-
XYZ57.4674.2526.06-
YUV212.0670.4120.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 110 (43.36% from 255) = 20.04%
R=36.79%
G=43.17%
B=20.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371100.1500.540.0776.5477.9168.04
HexCAED6EF03674d4e44
Octal312355156170667115116104
Binary1100101011101101110111011110110110111100110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED6E; }

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

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

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

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

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

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

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

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