Html Css Color HEX #D8F4AF Reef

📋 copy color: '#D8F4AF'

red 216 ◦ green 244 ◦ blue 175

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

Shades of Reef #D8F4AF

Tints of Reef #D8F4AF

RGB

 RED value IS 216 (84.77% from 255) = 34.02%

 GREEN value IS 244 (95.7% from 255) = 38.43%

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

R = 34.02%
G = 38.43%
B = 27.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#D8F4AF (or 0xD8F4AF) is known color: Reef. HEX triplet: D8, F4 and AF. RGB value is (216,244,175). Sum of RGB (Red+Green+Blue) = 216+244+175=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F4AF is #270B50. Grayscale: #E4E4E4. Windows color (decimal): -2558801 or 11531480. OLE color: 11531480.

HSL color Cylindrical-coordinate representation of color #D8F4AF: hue angle of 84.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8F4AF is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 244 175 -
CMYK 0.11 0 0.28 0.04
HSL 84.35º 0.76% 0.82% -
HSV(B) 84.35º 0.28% 0.96% -
XYZ 68.41 82.4 52.86 -
YUV 227.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 216 244 175 0.11 0 0.28 0.04 84.35 0.76 0.82
Hex D8 F4 AF B 0 1C 4 54 4C 52
Octal 330 364 257 13 0 34 4 124 114 122
Binary 11011000 11110100 10101111 1011 0 11100 100 1010100 1001100 1010010

Color Harmonies of #D8F4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F4AF

Black with #D8F4AF

Text Example


Text Example

White with #D8F4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F4AF; }

 p { color: rgb(216,244,175); }

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

background-color css

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

 a { background-color: rgb(216,244,175); }

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

border-color css

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

 span { border-color: rgb(216,244,175); }

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