#D6E491

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

Shades of Reef #D6E491

Tints of Reef #D6E491

Color information

#D6E491 (or 0xD6E491) is unknown color: approx Reef. HEX triplet: D6, E4 and 91. RGB value is (214,228,145). Sum of RGB (Red+Green+Blue) = 214+228+145=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E491 is #291B6E. Grayscale: #D6D6D6. Windows color (decimal): -2693999 or 9561302. OLE color: 9561302.

HSL color Cylindrical-coordinate representation of color #D6E491: hue angle of 70.12º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6E491 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB214228145-
CMYK0.0600.360.11
HSL70.12º60.58%73.14%-
HSV(B)70.12º36.4%89.41%-
XYZ60.5971.8337.46-
YUV214.3588.86127.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 145 (57.03% from 255) = 24.70%
R=36.46%
G=38.84%
B=24.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142281450.0600.360.1170.1260.5873.14
HexD6E4916024B463d49
Octal32634422160441310675111
Binary1101011011100100100100011100100100101110001101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E491; }

 p { color: rgb(214,228,145); }

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

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

 a { background-color: rgb(214,228,145); }

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

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

 span { border-color: rgb(214,228,145); }

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