#D2E691

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

Shades of Reef #D2E691

Tints of Reef #D2E691

Color information

#D2E691 (or 0xD2E691) is unknown color: approx Reef. HEX triplet: D2, E6 and 91. RGB value is (210,230,145). Sum of RGB (Red+Green+Blue) = 210+230+145=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E691 is #2D196E. Grayscale: #D6D6D6. Windows color (decimal): -2955631 or 9561810. OLE color: 9561810.

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

Color convert

RGB210230145-
CMYK0.0900.370.10
HSL74.12º62.96%73.53%-
HSV(B)74.12º36.96%90.2%-
XYZ59.9972.3437.59-
YUV214.3388.87124.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=35.90%
G=39.32%
B=24.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102301450.0900.370.1074.1262.9673.53
HexD2E6919025A4a3f4a
Octal322346221110451211277112
Binary11010010111001101001000110010100101101010010101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E691; }

 p { color: rgb(210,230,145); }

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

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

 a { background-color: rgb(210,230,145); }

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

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

 span { border-color: rgb(210,230,145); }

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