Html Css Color HEX #D5DE4A Manz

📋 copy color: '#D5DE4A'

red 213 ◦ green 222 ◦ blue 74

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

Shades of Manz #D5DE4A

Tints of Manz #D5DE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 41.85%
G = 43.61%
B = 14.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#D5DE4A (or 0xD5DE4A) is known color: Manz. HEX triplet: D5, DE and 4A. RGB value is (213,222,74). Sum of RGB (Red+Green+Blue) = 213+222+74=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DE4A is #2A21B5. Grayscale: #CBCBCB. Windows color (decimal): -2761142 or 4906709. OLE color: 4906709.

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

Color convert

RGB 213 222 74 -
CMYK 0.04 0 0.67 0.13
HSL 63.65º 0.69% 0.58% -
HSV(B) 63.65º 0.67% 0.87% -
XYZ 54.8 66.88 16.5 -
YUV 202.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 213 222 74 0.04 0 0.67 0.13 63.65 0.69 0.58
Hex D5 DE 4A 4 0 43 D 40 45 3A
Octal 325 336 112 4 0 103 15 100 105 72
Binary 11010101 11011110 1001010 100 0 1000011 1101 1000000 1000101 111010

Color Harmonies of #D5DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE4A

Black with #D5DE4A

Text Example


Text Example

White with #D5DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE4A; }

 p { color: rgb(213,222,74); }

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

background-color css

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

 a { background-color: rgb(213,222,74); }

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

border-color css

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

 span { border-color: rgb(213,222,74); }

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