Html Css Color HEX #D0F19E Reef

📋 copy color: '#D0F19E'

red 208 ◦ green 241 ◦ blue 158

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

Shades of Reef #D0F19E

Tints of Reef #D0F19E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.7%

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 34.27%
G = 39.7%
B = 26.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#D0F19E (or 0xD0F19E) is known color: Reef. HEX triplet: D0, F1 and 9E. RGB value is (208,241,158). Sum of RGB (Red+Green+Blue) = 208+241+158=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F19E is #2F0E61. Grayscale: #DDDDDD. Windows color (decimal): -3083874 or 10416592. OLE color: 10416592.

HSL color Cylindrical-coordinate representation of color #D0F19E: hue angle of 83.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0F19E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 158 -
CMYK 0.14 0 0.34 0.05
HSL 83.86º 0.75% 0.78% -
HSV(B) 83.86º 0.34% 0.95% -
XYZ 63.64 78.79 44.2 -
YUV 221.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 208 241 158 0.14 0 0.34 0.05 83.86 0.75 0.78
Hex D0 F1 9E E 0 22 5 54 4B 4E
Octal 320 361 236 16 0 42 5 124 113 116
Binary 11010000 11110001 10011110 1110 0 100010 101 1010100 1001011 1001110

Color Harmonies of #D0F19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F19E

Black with #D0F19E

Text Example


Text Example

White with #D0F19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F19E; }

 p { color: rgb(208,241,158); }

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

background-color css

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

 a { background-color: rgb(208,241,158); }

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

border-color css

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

 span { border-color: rgb(208,241,158); }

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