Html Css Color HEX #D6FEA2 Reef

📋 copy color: '#D6FEA2'

red 214 ◦ green 254 ◦ blue 162

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

Shades of Reef #D6FEA2

Tints of Reef #D6FEA2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 162 (63.67% from 255) = 25.71%

R = 33.97%
G = 40.32%
B = 25.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#D6FEA2 (or 0xD6FEA2) is known color: Reef. HEX triplet: D6, FE and A2. RGB value is (214,254,162). Sum of RGB (Red+Green+Blue) = 214+254+162=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 162 (63.67% from 255 or 25.71% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA2 is #29015D. Grayscale: #E7E7E7. Windows color (decimal): -2687326 or 10682070. OLE color: 10682070.

HSL color Cylindrical-coordinate representation of color #D6FEA2: hue angle of 86.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6FEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 162 -
CMYK 0.16 0 0.36 0.00
HSL 86.09º 0.98% 0.82% -
HSV(B) 86.09º 0.36% 1% -
XYZ 69.69 87.79 47.45 -
YUV 231.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 214 254 162 0.16 0 0.36 0.00 86.09 0.98 0.82
Hex D6 FE A2 10 0 24 0 56 62 52
Octal 326 376 242 20 0 44 0 126 142 122
Binary 11010110 11111110 10100010 10000 0 100100 0 1010110 1100010 1010010

Color Harmonies of #D6FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEA2

Black with #D6FEA2

Text Example


Text Example

White with #D6FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEA2; }

 p { color: rgb(214,254,162); }

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

background-color css

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

 a { background-color: rgb(214,254,162); }

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

border-color css

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

 span { border-color: rgb(214,254,162); }

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