#D6ED90

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

Shades of Reef #D6ED90

Tints of Reef #D6ED90

Color information

#D6ED90 (or 0xD6ED90) is unknown color: approx Reef. HEX triplet: D6, ED and 90. RGB value is (214,237,144). Sum of RGB (Red+Green+Blue) = 214+237+144=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ED90 is #29126F. Grayscale: #DBDBDB. Windows color (decimal): -2691696 or 9498070. OLE color: 9498070.

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

Color convert

RGB214237144-
CMYK0.1000.390.07
HSL74.84º72.09%74.71%-
HSV(B)74.84º39.24%92.94%-
XYZ63.0576.8837.9-
YUV219.5285.38124.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=35.97%
G=39.83%
B=24.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142371440.1000.390.0774.8472.0974.71
HexD6ED90A02774b484b
Octal326355220120477113110113
Binary11010110111011011001000010100100111111100101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ED90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ED90; }

 p { color: rgb(214,237,144); }

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

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

 a { background-color: rgb(214,237,144); }

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

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

 span { border-color: rgb(214,237,144); }

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