Html Css Color HEX #D0E99D Reef

📋 copy color: '#D0E99D'

red 208 ◦ green 233 ◦ blue 157

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

Shades of Reef #D0E99D

Tints of Reef #D0E99D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.96%

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

R = 34.78%
G = 38.96%
B = 26.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#D0E99D (or 0xD0E99D) is known color: Reef. HEX triplet: D0, E9 and 9D. RGB value is (208,233,157). Sum of RGB (Red+Green+Blue) = 208+233+157=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E99D is #2F1662. Grayscale: #D9D9D9. Windows color (decimal): -3085923 or 10349008. OLE color: 10349008.

HSL color Cylindrical-coordinate representation of color #D0E99D: hue angle of 79.74º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E99D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 157 -
CMYK 0.11 0 0.33 0.09
HSL 79.74º 0.63% 0.76% -
HSV(B) 79.74º 0.33% 0.91% -
XYZ 61.24 74.12 42.98 -
YUV 216.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 208 233 157 0.11 0 0.33 0.09 79.74 0.63 0.76
Hex D0 E9 9D B 0 21 9 50 3F 4C
Octal 320 351 235 13 0 41 11 120 77 114
Binary 11010000 11101001 10011101 1011 0 100001 1001 1010000 111111 1001100

Color Harmonies of #D0E99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E99D

Black with #D0E99D

Text Example


Text Example

White with #D0E99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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