Html Css Color HEX #D0F7A0 Reef

📋 copy color: '#D0F7A0'

red 208 ◦ green 247 ◦ blue 160

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

Shades of Reef #D0F7A0

Tints of Reef #D0F7A0

RGB

 RED value IS 208 (81.64% from 255) = 33.82%

 GREEN value IS 247 (96.88% from 255) = 40.16%

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

R = 33.82%
G = 40.16%
B = 26.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#D0F7A0 (or 0xD0F7A0) is known color: Reef. HEX triplet: D0, F7 and A0. RGB value is (208,247,160). Sum of RGB (Red+Green+Blue) = 208+247+160=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F7A0 is #2F085F. Grayscale: #E1E1E1. Windows color (decimal): -3082336 or 10549200. OLE color: 10549200.

HSL color Cylindrical-coordinate representation of color #D0F7A0: hue angle of 86.9º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F7A0 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 160 -
CMYK 0.16 0 0.35 0.03
HSL 86.9º 0.84% 0.8% -
HSV(B) 86.9º 0.35% 0.97% -
XYZ 65.62 82.47 45.72 -
YUV 225.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 208 247 160 0.16 0 0.35 0.03 86.9 0.84 0.8
Hex D0 F7 A0 10 0 23 3 57 54 50
Octal 320 367 240 20 0 43 3 127 124 120
Binary 11010000 11110111 10100000 10000 0 100011 11 1010111 1010100 1010000

Color Harmonies of #D0F7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F7A0

Black with #D0F7A0

Text Example


Text Example

White with #D0F7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F7A0; }

 p { color: rgb(208,247,160); }

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

background-color css

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

 a { background-color: rgb(208,247,160); }

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

border-color css

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

 span { border-color: rgb(208,247,160); }

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