Html Css Color HEX #D6E149 Manz

📋 copy color: '#D6E149'

red 214 ◦ green 225 ◦ blue 73

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

Shades of Manz #D6E149

Tints of Manz #D6E149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.95%

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 41.8%
G = 43.95%
B = 14.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#D6E149 (or 0xD6E149) is known color: Manz. HEX triplet: D6, E1 and 49. RGB value is (214,225,73). Sum of RGB (Red+Green+Blue) = 214+225+73=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E149 is #291EB6. Grayscale: #CCCCCC. Windows color (decimal): -2694839 or 4841942. OLE color: 4841942.

HSL color Cylindrical-coordinate representation of color #D6E149: hue angle of 64.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6E149 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 73 -
CMYK 0.05 0 0.68 0.12
HSL 64.34º 0.72% 0.58% -
HSV(B) 64.34º 0.68% 0.88% -
XYZ 55.86 68.63 16.61 -
YUV 204.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 214 225 73 0.05 0 0.68 0.12 64.34 0.72 0.58
Hex D6 E1 49 5 0 44 C 40 48 3A
Octal 326 341 111 5 0 104 14 100 110 72
Binary 11010110 11100001 1001001 101 0 1000100 1100 1000000 1001000 111010

Color Harmonies of #D6E149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E149

Black with #D6E149

Text Example


Text Example

White with #D6E149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E149; }

 p { color: rgb(214,225,73); }

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

background-color css

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

 a { background-color: rgb(214,225,73); }

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

border-color css

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

 span { border-color: rgb(214,225,73); }

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