Html Css Color HEX #D8F050 Manz

📋 copy color: '#D8F050'

red 216 ◦ green 240 ◦ blue 80

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

Shades of Manz #D8F050

Tints of Manz #D8F050

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 240 (94.14% from 255) = 44.78%

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 40.3%
G = 44.78%
B = 14.93%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#D8F050 (or 0xD8F050) is known color: Manz. HEX triplet: D8, F0 and 50. RGB value is (216,240,80). Sum of RGB (Red+Green+Blue) = 216+240+80=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F050 is #270FAF. Grayscale: #D7D7D7. Windows color (decimal): -2559920 or 5304536. OLE color: 5304536.

HSL color Cylindrical-coordinate representation of color #D8F050: hue angle of 69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8F050 is Cyan = 0.1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 240 80 -
CMYK 0.1 0 0.67 0.06
HSL 69º 0.84% 0.63% -
HSV(B) 69º 0.67% 0.94% -
XYZ 60.93 77.5 19.34 -
YUV 214.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 216 240 80 0.1 0 0.67 0.06 69 0.84 0.63
Hex D8 F0 50 A 0 43 6 45 54 3F
Octal 330 360 120 12 0 103 6 105 124 77
Binary 11011000 11110000 1010000 1010 0 1000011 110 1000101 1010100 111111

Color Harmonies of #D8F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F050

Black with #D8F050

Text Example


Text Example

White with #D8F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F050; }

 p { color: rgb(216,240,80); }

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

background-color css

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

 a { background-color: rgb(216,240,80); }

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

border-color css

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

 span { border-color: rgb(216,240,80); }

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