Html Css Color HEX #D1E350 Manz

📋 copy color: '#D1E350'

red 209 ◦ green 227 ◦ blue 80

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

Shades of Manz #D1E350

Tints of Manz #D1E350

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 227 (89.06% from 255) = 43.99%

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

R = 40.5%
G = 43.99%
B = 15.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#D1E350 (or 0xD1E350) is known color: Manz. HEX triplet: D1, E3 and 50. RGB value is (209,227,80). Sum of RGB (Red+Green+Blue) = 209+227+80=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E350 is #2E1CAF. Grayscale: #CDCDCD. Windows color (decimal): -3022000 or 5301201. OLE color: 5301201.

HSL color Cylindrical-coordinate representation of color #D1E350: hue angle of 67.35º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1E350 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 227 80 -
CMYK 0.08 0 0.65 0.11
HSL 67.35º 0.72% 0.6% -
HSV(B) 67.35º 0.65% 0.89% -
XYZ 55.21 69.07 18.01 -
YUV 204.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 209 227 80 0.08 0 0.65 0.11 67.35 0.72 0.6
Hex D1 E3 50 8 0 41 B 43 48 3C
Octal 321 343 120 10 0 101 13 103 110 74
Binary 11010001 11100011 1010000 1000 0 1000001 1011 1000011 1001000 111100

Color Harmonies of #D1E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E350

Black with #D1E350

Text Example


Text Example

White with #D1E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E350; }

 p { color: rgb(209,227,80); }

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

background-color css

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

 a { background-color: rgb(209,227,80); }

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

border-color css

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

 span { border-color: rgb(209,227,80); }

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