#D3EF9A

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

Shades of Reef #D3EF9A

Tints of Reef #D3EF9A

Color information

#D3EF9A (or 0xD3EF9A) is unknown color: approx Reef. HEX triplet: D3, EF and 9A. RGB value is (211,239,154). Sum of RGB (Red+Green+Blue) = 211+239+154=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EF9A is #2C1065. Grayscale: #DDDDDD. Windows color (decimal): -2887782 or 10153939. OLE color: 10153939.

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

Color convert

RGB211239154-
CMYK0.1200.360.06
HSL79.76º72.65%77.06%-
HSV(B)79.76º35.56%93.73%-
XYZ63.5677.9142.26-
YUV220.9490.22120.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=34.93%
G=39.57%
B=25.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112391540.1200.360.0679.7672.6577.06
HexD3EF9AC024650494d
Octal323357232140446120111115
Binary11010011111011111001101011000100100110101000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EF9A; }

 p { color: rgb(211,239,154); }

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

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

 a { background-color: rgb(211,239,154); }

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

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

 span { border-color: rgb(211,239,154); }

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