Html Css Color HEX #D6FEA0 Reef

📋 copy color: '#D6FEA0'

red 214 ◦ green 254 ◦ blue 160

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

Shades of Reef #D6FEA0

Tints of Reef #D6FEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.48%

R = 34.08%
G = 40.45%
B = 25.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#D6FEA0 (or 0xD6FEA0) is known color: Reef. HEX triplet: D6, FE and A0. RGB value is (214,254,160). Sum of RGB (Red+Green+Blue) = 214+254+160=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA0 is #29015F. Grayscale: #E7E7E7. Windows color (decimal): -2687328 or 10550998. OLE color: 10550998.

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

Color convert

RGB 214 254 160 -
CMYK 0.16 0 0.37 0.00
HSL 85.53º 0.98% 0.81% -
HSV(B) 85.53º 0.37% 1% -
XYZ 69.52 87.72 46.52 -
YUV 231.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 214 254 160 0.16 0 0.37 0.00 85.53 0.98 0.81
Hex D6 FE A0 10 0 25 0 56 62 51
Octal 326 376 240 20 0 45 0 126 142 121
Binary 11010110 11111110 10100000 10000 0 100101 0 1010110 1100010 1010001

Color Harmonies of #D6FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEA0

Black with #D6FEA0

Text Example


Text Example

White with #D6FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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