#D2E794

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

Shades of Reef #D2E794

Tints of Reef #D2E794

Color information

#D2E794 (or 0xD2E794) is unknown color: approx Reef. HEX triplet: D2, E7 and 94. RGB value is (210,231,148). Sum of RGB (Red+Green+Blue) = 210+231+148=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E794 is #2D186B. Grayscale: #D7D7D7. Windows color (decimal): -2955372 or 9758674. OLE color: 9758674.

HSL color Cylindrical-coordinate representation of color #D2E794: hue angle of 75.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2E794 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB210231148-
CMYK0.0900.360.09
HSL75.18º63.36%74.31%-
HSV(B)75.18º35.93%90.59%-
XYZ60.572.9938.92-
YUV215.2690.04124.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=35.65%
G=39.22%
B=25.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311480.0900.360.0975.1863.3674.31
HexD2E794902494b3f4a
Octal322347224110441111377112
Binary11010010111001111001010010010100100100110010111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E794; }

 p { color: rgb(210,231,148); }

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

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

 a { background-color: rgb(210,231,148); }

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

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

 span { border-color: rgb(210,231,148); }

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