Html Css Color HEX #D6F2AF Reef

📋 copy color: '#D6F2AF'

red 214 ◦ green 242 ◦ blue 175

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

Shades of Reef #D6F2AF

Tints of Reef #D6F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 175 (68.75% from 255) = 27.73%

R = 33.91%
G = 38.35%
B = 27.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#D6F2AF (or 0xD6F2AF) is known color: Reef. HEX triplet: D6, F2 and AF. RGB value is (214,242,175). Sum of RGB (Red+Green+Blue) = 214+242+175=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AF is #290D50. Grayscale: #E2E2E2. Windows color (decimal): -2690385 or 11530966. OLE color: 11530966.

HSL color Cylindrical-coordinate representation of color #D6F2AF: hue angle of 85.07º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6F2AF is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 175 -
CMYK 0.12 0 0.28 0.05
HSL 85.07º 0.72% 0.82% -
HSV(B) 85.07º 0.28% 0.95% -
XYZ 67.22 80.9 52.63 -
YUV 225.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 214 242 175 0.12 0 0.28 0.05 85.07 0.72 0.82
Hex D6 F2 AF C 0 1C 5 55 48 52
Octal 326 362 257 14 0 34 5 125 110 122
Binary 11010110 11110010 10101111 1100 0 11100 101 1010101 1001000 1010010

Color Harmonies of #D6F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2AF

Black with #D6F2AF

Text Example


Text Example

White with #D6F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2AF; }

 p { color: rgb(214,242,175); }

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

background-color css

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

 a { background-color: rgb(214,242,175); }

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

border-color css

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

 span { border-color: rgb(214,242,175); }

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