Html Css Color HEX #D6EC8D Reef

📋 copy color: '#D6EC8D'

red 214 ◦ green 236 ◦ blue 141

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

Shades of Reef #D6EC8D

Tints of Reef #D6EC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 36.21%
G = 39.93%
B = 23.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#D6EC8D (or 0xD6EC8D) is known color: Reef. HEX triplet: D6, EC and 8D. RGB value is (214,236,141). Sum of RGB (Red+Green+Blue) = 214+236+141=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EC8D is #291372. Grayscale: #DADADA. Windows color (decimal): -2691955 or 9301206. OLE color: 9301206.

HSL color Cylindrical-coordinate representation of color #D6EC8D: hue angle of 73.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6EC8D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 141 -
CMYK 0.09 0 0.40 0.07
HSL 73.89º 0.71% 0.74% -
HSV(B) 73.89º 0.4% 0.93% -
XYZ 62.53 76.21 36.61 -
YUV 218.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 214 236 141 0.09 0 0.40 0.07 73.89 0.71 0.74
Hex D6 EC 8D 9 0 28 7 4A 47 4A
Octal 326 354 215 11 0 50 7 112 107 112
Binary 11010110 11101100 10001101 1001 0 101000 111 1001010 1000111 1001010

Color Harmonies of #D6EC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC8D

Black with #D6EC8D

Text Example


Text Example

White with #D6EC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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