Html Css Color HEX #D5DA51 Manz

📋 copy color: '#D5DA51'

red 213 ◦ green 218 ◦ blue 81

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

Shades of Manz #D5DA51

Tints of Manz #D5DA51

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 81 (32.03% from 255) = 15.82%

R = 41.6%
G = 42.58%
B = 15.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D5DA51 (or 0xD5DA51) is known color: Manz. HEX triplet: D5, DA and 51. RGB value is (213,218,81). Sum of RGB (Red+Green+Blue) = 213+218+81=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA51 is #2A25AE. Grayscale: #C9C9C9. Windows color (decimal): -2762159 or 5364437. OLE color: 5364437.

HSL color Cylindrical-coordinate representation of color #D5DA51: hue angle of 62.19º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5DA51 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 81 -
CMYK 0.02 0 0.63 0.15
HSL 62.19º 0.65% 0.59% -
HSV(B) 62.19º 0.63% 0.85% -
XYZ 54 64.88 17.46 -
YUV 200.89 60.34 136.64 -
System Red Green Blue C M Y K H S L
Decimal 213 218 81 0.02 0 0.63 0.15 62.19 0.65 0.59
Hex D5 DA 51 2 0 3F F 3E 41 3B
Octal 325 332 121 2 0 77 17 76 101 73
Binary 11010101 11011010 1010001 10 0 111111 1111 111110 1000001 111011

Color Harmonies of #D5DA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA51

Black with #D5DA51

Text Example


Text Example

White with #D5DA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA51; }

 p { color: rgb(213,218,81); }

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

background-color css

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

 a { background-color: rgb(213,218,81); }

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

border-color css

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

 span { border-color: rgb(213,218,81); }

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