#D8E694

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

Shades of Reef #D8E694

Tints of Reef #D8E694

Color information

#D8E694 (or 0xD8E694) is unknown color: approx Reef. HEX triplet: D8, E6 and 94. RGB value is (216,230,148). Sum of RGB (Red+Green+Blue) = 216+230+148=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E694 is #27196B. Grayscale: #D8D8D8. Windows color (decimal): -2562412 or 9758424. OLE color: 9758424.

HSL color Cylindrical-coordinate representation of color #D8E694: hue angle of 70.24º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8E694 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB216230148-
CMYK0.0600.360.10
HSL70.24º62.12%74.12%-
HSV(B)70.24º35.65%90.2%-
XYZ61.9673.3338.91-
YUV216.4789.36127.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 230 (90.23% from 255) = 38.72%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=36.36%
G=38.72%
B=24.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2162301480.0600.360.1070.2462.1274.12
HexD8E6946024A463e4a
Octal33034622460441210676112
Binary1101100011100110100101001100100100101010001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E694; }

 p { color: rgb(216,230,148); }

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

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

 a { background-color: rgb(216,230,148); }

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

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

 span { border-color: rgb(216,230,148); }

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