Html Css Color HEX #D6E14A Manz

📋 copy color: '#D6E14A'

red 214 ◦ green 225 ◦ blue 74

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

Shades of Manz #D6E14A

Tints of Manz #D6E14A

RGB

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

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

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

R = 41.72%
G = 43.86%
B = 14.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#D6E14A (or 0xD6E14A) is known color: Manz. HEX triplet: D6, E1 and 4A. RGB value is (214,225,74). Sum of RGB (Red+Green+Blue) = 214+225+74=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E14A is #291EB5. Grayscale: #CDCDCD. Windows color (decimal): -2694838 or 4907478. OLE color: 4907478.

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

Color convert

RGB 214 225 74 -
CMYK 0.05 0 0.67 0.12
HSL 64.37º 0.72% 0.59% -
HSV(B) 64.37º 0.67% 0.88% -
XYZ 55.89 68.64 16.78 -
YUV 204.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 214 225 74 0.05 0 0.67 0.12 64.37 0.72 0.59
Hex D6 E1 4A 5 0 43 C 40 48 3B
Octal 326 341 112 5 0 103 14 100 110 73
Binary 11010110 11100001 1001010 101 0 1000011 1100 1000000 1001000 111011

Color Harmonies of #D6E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E14A

Black with #D6E14A

Text Example


Text Example

White with #D6E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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