Html Css Color HEX #D0F191 Reef

📋 copy color: '#D0F191'

red 208 ◦ green 241 ◦ blue 145

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

Shades of Reef #D0F191

Tints of Reef #D0F191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.41%

R = 35.02%
G = 40.57%
B = 24.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#D0F191 (or 0xD0F191) is known color: Reef. HEX triplet: D0, F1 and 91. RGB value is (208,241,145). Sum of RGB (Red+Green+Blue) = 208+241+145=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F191 is #2F0E6E. Grayscale: #DCDCDC. Windows color (decimal): -3083887 or 9564624. OLE color: 9564624.

HSL color Cylindrical-coordinate representation of color #D0F191: hue angle of 80.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0F191 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 145 -
CMYK 0.14 0 0.40 0.05
HSL 80.63º 0.77% 0.76% -
HSV(B) 80.63º 0.4% 0.95% -
XYZ 62.58 78.36 38.62 -
YUV 220.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 208 241 145 0.14 0 0.40 0.05 80.63 0.77 0.76
Hex D0 F1 91 E 0 28 5 51 4D 4C
Octal 320 361 221 16 0 50 5 121 115 114
Binary 11010000 11110001 10010001 1110 0 101000 101 1010001 1001101 1001100

Color Harmonies of #D0F191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F191

Black with #D0F191

Text Example


Text Example

White with #D0F191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F191; }

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

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

background-color css

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

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

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

border-color css

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

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

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