Html Css Color HEX #D5DF50 Manz

📋 copy color: '#D5DF50'

red 213 ◦ green 223 ◦ blue 80

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

Shades of Manz #D5DF50

Tints of Manz #D5DF50

RGB

 RED value IS 213 (83.59% from 255) = 41.28%

 GREEN value IS 223 (87.5% from 255) = 43.22%

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

R = 41.28%
G = 43.22%
B = 15.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#D5DF50 (or 0xD5DF50) is known color: Manz. HEX triplet: D5, DF and 50. RGB value is (213,223,80). Sum of RGB (Red+Green+Blue) = 213+223+80=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF50 is #2A20AF. Grayscale: #CCCCCC. Windows color (decimal): -2760880 or 5300181. OLE color: 5300181.

HSL color Cylindrical-coordinate representation of color #D5DF50: hue angle of 64.2º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5DF50 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 80 -
CMYK 0.04 0 0.64 0.13
HSL 64.2º 0.69% 0.59% -
HSV(B) 64.2º 0.64% 0.87% -
XYZ 55.28 67.5 17.7 -
YUV 203.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 213 223 80 0.04 0 0.64 0.13 64.2 0.69 0.59
Hex D5 DF 50 4 0 40 D 40 45 3B
Octal 325 337 120 4 0 100 15 100 105 73
Binary 11010101 11011111 1010000 100 0 1000000 1101 1000000 1000101 111011

Color Harmonies of #D5DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF50

Black with #D5DF50

Text Example


Text Example

White with #D5DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF50; }

 p { color: rgb(213,223,80); }

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

background-color css

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

 a { background-color: rgb(213,223,80); }

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

border-color css

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

 span { border-color: rgb(213,223,80); }

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