Html Css Color HEX #D9E950 Manz

📋 copy color: '#D9E950'

red 217 ◦ green 233 ◦ blue 80

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

Shades of Manz #D9E950

Tints of Manz #D9E950

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

 GREEN value IS 233 (91.41% from 255) = 43.96%

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

R = 40.94%
G = 43.96%
B = 15.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#D9E950 (or 0xD9E950) is known color: Manz. HEX triplet: D9, E9 and 50. RGB value is (217,233,80). Sum of RGB (Red+Green+Blue) = 217+233+80=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E950 is #2616AF. Grayscale: #D3D3D3. Windows color (decimal): -2496176 or 5302745. OLE color: 5302745.

HSL color Cylindrical-coordinate representation of color #D9E950: hue angle of 66.27º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9E950 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 80 -
CMYK 0.07 0 0.66 0.09
HSL 66.27º 0.78% 0.61% -
HSV(B) 66.27º 0.66% 0.91% -
XYZ 59.2 73.61 18.68 -
YUV 210.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 217 233 80 0.07 0 0.66 0.09 66.27 0.78 0.61
Hex D9 E9 50 7 0 42 9 42 4E 3D
Octal 331 351 120 7 0 102 11 102 116 75
Binary 11011001 11101001 1010000 111 0 1000010 1001 1000010 1001110 111101

Color Harmonies of #D9E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E950

Black with #D9E950

Text Example


Text Example

White with #D9E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E950; }

 p { color: rgb(217,233,80); }

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

background-color css

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

 a { background-color: rgb(217,233,80); }

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

border-color css

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

 span { border-color: rgb(217,233,80); }

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