Html Css Color HEX #D8EB50 Manz

📋 copy color: '#D8EB50'

red 216 ◦ green 235 ◦ blue 80

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

Shades of Manz #D8EB50

Tints of Manz #D8EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.26%

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

R = 40.68%
G = 44.26%
B = 15.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#D8EB50 (or 0xD8EB50) is known color: Manz. HEX triplet: D8, EB and 50. RGB value is (216,235,80). Sum of RGB (Red+Green+Blue) = 216+235+80=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EB50 is #2714AF. Grayscale: #D4D4D4. Windows color (decimal): -2561200 or 5303256. OLE color: 5303256.

HSL color Cylindrical-coordinate representation of color #D8EB50: hue angle of 67.35º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8EB50 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 235 80 -
CMYK 0.08 0 0.66 0.08
HSL 67.35º 0.79% 0.62% -
HSV(B) 67.35º 0.66% 0.92% -
XYZ 59.48 74.59 18.85 -
YUV 211.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 216 235 80 0.08 0 0.66 0.08 67.35 0.79 0.62
Hex D8 EB 50 8 0 42 8 43 4F 3E
Octal 330 353 120 10 0 102 10 103 117 76
Binary 11011000 11101011 1010000 1000 0 1000010 1000 1000011 1001111 111110

Color Harmonies of #D8EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EB50

Black with #D8EB50

Text Example


Text Example

White with #D8EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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