Html Css Color HEX #D6EC9A Reef

📋 copy color: '#D6EC9A'

red 214 ◦ green 236 ◦ blue 154

#D6EC9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D6EC9A

Tints of Reef #D6EC9A

RGB

 RED value IS 214 (83.98% from 255) = 35.43%

 GREEN value IS 236 (92.58% from 255) = 39.07%

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 35.43%
G = 39.07%
B = 25.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#D6EC9A (or 0xD6EC9A) is known color: Reef. HEX triplet: D6, EC and 9A. RGB value is (214,236,154). Sum of RGB (Red+Green+Blue) = 214+236+154=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EC9A is #291365. Grayscale: #DCDCDC. Windows color (decimal): -2691942 or 10153174. OLE color: 10153174.

HSL color Cylindrical-coordinate representation of color #D6EC9A: hue angle of 76.1º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6EC9A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 154 -
CMYK 0.09 0 0.35 0.07
HSL 76.1º 0.68% 0.76% -
HSV(B) 76.1º 0.35% 0.93% -
XYZ 63.56 76.62 42.01 -
YUV 220.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 214 236 154 0.09 0 0.35 0.07 76.1 0.68 0.76
Hex D6 EC 9A 9 0 23 7 4C 44 4C
Octal 326 354 232 11 0 43 7 114 104 114
Binary 11010110 11101100 10011010 1001 0 100011 111 1001100 1000100 1001100

Color Harmonies of #D6EC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC9A

Black with #D6EC9A

Text Example


Text Example

White with #D6EC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC9A; }

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

 H1.HeaderClassName
 {
   color: #D6EC9A;
 }
 .AnyTagClassName
 {
   color: #D6EC9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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