Html Css Color HEX #D6E14F Manz

📋 copy color: '#D6E14F'

red 214 ◦ green 225 ◦ blue 79

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

Shades of Manz #D6E14F

Tints of Manz #D6E14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 41.31%
G = 43.44%
B = 15.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#D6E14F (or 0xD6E14F) is known color: Manz. HEX triplet: D6, E1 and 4F. RGB value is (214,225,79). Sum of RGB (Red+Green+Blue) = 214+225+79=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E14F is #291EB0. Grayscale: #CDCDCD. Windows color (decimal): -2694833 or 5235158. OLE color: 5235158.

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

Color convert

RGB 214 225 79 -
CMYK 0.05 0 0.65 0.12
HSL 64.52º 0.71% 0.6% -
HSV(B) 64.52º 0.65% 0.88% -
XYZ 56.07 68.71 17.7 -
YUV 205.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 214 225 79 0.05 0 0.65 0.12 64.52 0.71 0.6
Hex D6 E1 4F 5 0 41 C 41 47 3C
Octal 326 341 117 5 0 101 14 101 107 74
Binary 11010110 11100001 1001111 101 0 1000001 1100 1000001 1000111 111100

Color Harmonies of #D6E14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E14F

Black with #D6E14F

Text Example


Text Example

White with #D6E14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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