Html Css Color HEX #D3E950 Manz

📋 copy color: '#D3E950'

red 211 ◦ green 233 ◦ blue 80

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

Shades of Manz #D3E950

Tints of Manz #D3E950

RGB

 RED value IS 211 (82.81% from 255) = 40.27%

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

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

R = 40.27%
G = 44.47%
B = 15.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#D3E950 (or 0xD3E950) is known color: Manz. HEX triplet: D3, E9 and 50. RGB value is (211,233,80). Sum of RGB (Red+Green+Blue) = 211+233+80=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E950 is #2C16AF. Grayscale: #D1D1D1. Windows color (decimal): -2889392 or 5302739. OLE color: 5302739.

HSL color Cylindrical-coordinate representation of color #D3E950: hue angle of 68.63º 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 #D3E950 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 233 80 -
CMYK 0.09 0 0.66 0.09
HSL 68.63º 0.78% 0.61% -
HSV(B) 68.63º 0.66% 0.91% -
XYZ 57.45 72.71 18.6 -
YUV 208.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 211 233 80 0.09 0 0.66 0.09 68.63 0.78 0.61
Hex D3 E9 50 9 0 42 9 45 4E 3D
Octal 323 351 120 11 0 102 11 105 116 75
Binary 11010011 11101001 1010000 1001 0 1000010 1001 1000101 1001110 111101

Color Harmonies of #D3E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E950

Black with #D3E950

Text Example


Text Example

White with #D3E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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