Html Css Color HEX #D0F99D Reef

📋 copy color: '#D0F99D'

red 208 ◦ green 249 ◦ blue 157

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

Shades of Reef #D0F99D

Tints of Reef #D0F99D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.55%

 BLUE value IS 157 (61.72% from 255) = 25.57%

R = 33.88%
G = 40.55%
B = 25.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#D0F99D (or 0xD0F99D) is known color: Reef. HEX triplet: D0, F9 and 9D. RGB value is (208,249,157). Sum of RGB (Red+Green+Blue) = 208+249+157=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F99D is #2F0662. Grayscale: #E2E2E2. Windows color (decimal): -3081827 or 10353104. OLE color: 10353104.

HSL color Cylindrical-coordinate representation of color #D0F99D: hue angle of 86.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0F99D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 157 -
CMYK 0.16 0 0.37 0.02
HSL 86.74º 0.88% 0.8% -
HSV(B) 86.74º 0.37% 0.98% -
XYZ 65.97 83.6 44.56 -
YUV 226.25 88.92 114.98 -
System Red Green Blue C M Y K H S L
Decimal 208 249 157 0.16 0 0.37 0.02 86.74 0.88 0.8
Hex D0 F9 9D 10 0 25 2 57 58 50
Octal 320 371 235 20 0 45 2 127 130 120
Binary 11010000 11111001 10011101 10000 0 100101 10 1010111 1011000 1010000

Color Harmonies of #D0F99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F99D

Black with #D0F99D

Text Example


Text Example

White with #D0F99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F99D; }

 p { color: rgb(208,249,157); }

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

background-color css

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

 a { background-color: rgb(208,249,157); }

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

border-color css

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

 span { border-color: rgb(208,249,157); }

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