Html Css Color HEX #D8F0A0 Reef

📋 copy color: '#D8F0A0'

red 216 ◦ green 240 ◦ blue 160

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

Shades of Reef #D8F0A0

Tints of Reef #D8F0A0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

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

R = 35.06%
G = 38.96%
B = 25.97%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D8F0A0 (or 0xD8F0A0) is known color: Reef. HEX triplet: D8, F0 and A0. RGB value is (216,240,160). Sum of RGB (Red+Green+Blue) = 216+240+160=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F0A0 is #270F5F. Grayscale: #DFDFDF. Windows color (decimal): -2559840 or 10547416. OLE color: 10547416.

HSL color Cylindrical-coordinate representation of color #D8F0A0: hue angle of 78º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8F0A0 is Cyan = 0.1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 240 160 -
CMYK 0.1 0 0.33 0.06
HSL 78º 0.73% 0.78% -
HSV(B) 78º 0.33% 0.94% -
XYZ 65.82 79.46 45.13 -
YUV 223.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 216 240 160 0.1 0 0.33 0.06 78 0.73 0.78
Hex D8 F0 A0 A 0 21 6 4E 49 4E
Octal 330 360 240 12 0 41 6 116 111 116
Binary 11011000 11110000 10100000 1010 0 100001 110 1001110 1001001 1001110

Color Harmonies of #D8F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F0A0

Black with #D8F0A0

Text Example


Text Example

White with #D8F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F0A0; }

 p { color: rgb(216,240,160); }

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

background-color css

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

 a { background-color: rgb(216,240,160); }

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

border-color css

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

 span { border-color: rgb(216,240,160); }

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