Html Css Color HEX #D6F14F Manz

📋 copy color: '#D6F14F'

red 214 ◦ green 241 ◦ blue 79

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

Shades of Manz #D6F14F

Tints of Manz #D6F14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

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

R = 40.07%
G = 45.13%
B = 14.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D6F14F (or 0xD6F14F) is known color: Manz. HEX triplet: D6, F1 and 4F. RGB value is (214,241,79). Sum of RGB (Red+Green+Blue) = 214+241+79=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F14F is #290EB0. Grayscale: #D7D7D7. Windows color (decimal): -2690737 or 5239254. OLE color: 5239254.

HSL color Cylindrical-coordinate representation of color #D6F14F: hue angle of 70º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6F14F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 79 -
CMYK 0.11 0 0.67 0.05
HSL 70º 0.85% 0.63% -
HSV(B) 70º 0.67% 0.95% -
XYZ 60.6 77.77 19.21 -
YUV 214.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 214 241 79 0.11 0 0.67 0.05 70 0.85 0.63
Hex D6 F1 4F B 0 43 5 46 55 3F
Octal 326 361 117 13 0 103 5 106 125 77
Binary 11010110 11110001 1001111 1011 0 1000011 101 1000110 1010101 111111

Color Harmonies of #D6F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F14F

Black with #D6F14F

Text Example


Text Example

White with #D6F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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