#D6EF9A

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

Shades of Reef #D6EF9A

Tints of Reef #D6EF9A

Color information

#D6EF9A (or 0xD6EF9A) is unknown color: approx Reef. HEX triplet: D6, EF and 9A. RGB value is (214,239,154). Sum of RGB (Red+Green+Blue) = 214+239+154=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EF9A is #291065. Grayscale: #DEDEDE. Windows color (decimal): -2691174 or 10153942. OLE color: 10153942.

HSL color Cylindrical-coordinate representation of color #D6EF9A: hue angle of 77.65º 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 #D6EF9A is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB214239154-
CMYK0.1000.360.06
HSL77.65º72.65%77.06%-
HSV(B)77.65º35.56%93.73%-
XYZ64.4378.3642.3-
YUV221.8389.72122.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=35.26%
G=39.37%
B=25.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391540.1000.360.0677.6572.6577.06
HexD6EF9AA02464e494d
Octal326357232120446116111115
Binary11010110111011111001101010100100100110100111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EF9A; }

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

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

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

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

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

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

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

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