Html Css Color HEX #D8F5AF Reef

📋 copy color: '#D8F5AF'

red 216 ◦ green 245 ◦ blue 175

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

Shades of Reef #D8F5AF

Tints of Reef #D8F5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

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

R = 33.96%
G = 38.52%
B = 27.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#D8F5AF (or 0xD8F5AF) is known color: Reef. HEX triplet: D8, F5 and AF. RGB value is (216,245,175). Sum of RGB (Red+Green+Blue) = 216+245+175=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F5AF is #270A50. Grayscale: #E4E4E4. Windows color (decimal): -2558545 or 11531736. OLE color: 11531736.

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

Color convert

RGB 216 245 175 -
CMYK 0.12 0 0.29 0.04
HSL 84.86º 0.78% 0.82% -
HSV(B) 84.86º 0.29% 0.96% -
XYZ 68.71 83 52.96 -
YUV 228.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 216 245 175 0.12 0 0.29 0.04 84.86 0.78 0.82
Hex D8 F5 AF C 0 1D 4 55 4E 52
Octal 330 365 257 14 0 35 4 125 116 122
Binary 11011000 11110101 10101111 1100 0 11101 100 1010101 1001110 1010010

Color Harmonies of #D8F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F5AF

Black with #D8F5AF

Text Example


Text Example

White with #D8F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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