Html Css Color HEX #D6DE4A Manz

📋 copy color: '#D6DE4A'

red 214 ◦ green 222 ◦ blue 74

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

Shades of Manz #D6DE4A

Tints of Manz #D6DE4A

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

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

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

R = 41.96%
G = 43.53%
B = 14.51%

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

#D6DE4A (or 0xD6DE4A) is known color: Manz. HEX triplet: D6, DE and 4A. RGB value is (214,222,74). Sum of RGB (Red+Green+Blue) = 214+222+74=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DE4A is #2921B5. Grayscale: #CBCBCB. Windows color (decimal): -2695606 or 4906710. OLE color: 4906710.

HSL color Cylindrical-coordinate representation of color #D6DE4A: hue angle of 63.24º 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 #D6DE4A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 74 -
CMYK 0.04 0 0.67 0.13
HSL 63.24º 0.69% 0.58% -
HSV(B) 63.24º 0.67% 0.87% -
XYZ 55.09 67.03 16.51 -
YUV 202.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 214 222 74 0.04 0 0.67 0.13 63.24 0.69 0.58
Hex D6 DE 4A 4 0 43 D 3F 45 3A
Octal 326 336 112 4 0 103 15 77 105 72
Binary 11010110 11011110 1001010 100 0 1000011 1101 111111 1000101 111010

Color Harmonies of #D6DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE4A

Black with #D6DE4A

Text Example


Text Example

White with #D6DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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