Html Css Color HEX #D6FFA4 Reef

📋 copy color: '#D6FFA4'

red 214 ◦ green 255 ◦ blue 164

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

Shades of Reef #D6FFA4

Tints of Reef #D6FFA4

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

 BLUE value IS 164 (64.45% from 255) = 25.91%

R = 33.81%
G = 40.28%
B = 25.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#D6FFA4 (or 0xD6FFA4) is known color: Reef. HEX triplet: D6, FF and A4. RGB value is (214,255,164). Sum of RGB (Red+Green+Blue) = 214+255+164=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA4 is #29005B. Grayscale: #E8E8E8. Windows color (decimal): -2687068 or 10813398. OLE color: 10813398.

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

Color convert

RGB 214 255 164 -
CMYK 0.16 0 0.36 0
HSL 87.03º 1% 0.82% -
HSV(B) 87.03º 0.36% 1% -
XYZ 70.19 88.5 48.5 -
YUV 232.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 214 255 164 0.16 0 0.36 0 87.03 1 0.82
Hex D6 FF A4 10 0 24 0 57 64 52
Octal 326 377 244 20 0 44 0 127 144 122
Binary 11010110 11111111 10100100 10000 0 100100 0 1010111 1100100 1010010

Color Harmonies of #D6FFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFA4

Black with #D6FFA4

Text Example


Text Example

White with #D6FFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFA4; }

 p { color: rgb(214,255,164); }

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

background-color css

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

 a { background-color: rgb(214,255,164); }

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

border-color css

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

 span { border-color: rgb(214,255,164); }

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