Html Css Color HEX #D6FEAC Reef

📋 copy color: '#D6FEAC'

red 214 ◦ green 254 ◦ blue 172

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

Shades of Reef #D6FEAC

Tints of Reef #D6FEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.88%

R = 33.44%
G = 39.69%
B = 26.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#D6FEAC (or 0xD6FEAC) is known color: Reef. HEX triplet: D6, FE and AC. RGB value is (214,254,172). Sum of RGB (Red+Green+Blue) = 214+254+172=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEAC is #290153. Grayscale: #E8E8E8. Windows color (decimal): -2687316 or 11337430. OLE color: 11337430.

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

Color convert

RGB 214 254 172 -
CMYK 0.16 0 0.32 0.00
HSL 89.27º 0.98% 0.84% -
HSV(B) 89.27º 0.32% 1% -
XYZ 70.62 88.16 52.32 -
YUV 232.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 214 254 172 0.16 0 0.32 0.00 89.27 0.98 0.84
Hex D6 FE AC 10 0 20 0 59 62 54
Octal 326 376 254 20 0 40 0 131 142 124
Binary 11010110 11111110 10101100 10000 0 100000 0 1011001 1100010 1010100

Color Harmonies of #D6FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEAC

Black with #D6FEAC

Text Example


Text Example

White with #D6FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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