Html Css Color HEX #4DFA06 Harlequin

📋 copy color: '#4DFA06'

red 77 ◦ green 250 ◦ blue 6

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

Shades of Harlequin #4DFA06

Tints of Harlequin #4DFA06

RGB

 RED value IS 77 (30.47% from 255) = 23.12%

 GREEN value IS 250 (98.05% from 255) = 75.08%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 23.12%
G = 75.08%
B = 1.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#4DFA06 (or 0x4DFA06) is known color: Harlequin. HEX triplet: 4D, FA and 06. RGB value is (77,250,6). Sum of RGB (Red+Green+Blue) = 77+250+6=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA06 is #B205F9. Grayscale: #ABABAB. Windows color (decimal): -11666938 or 457293. OLE color: 457293.

HSL color Cylindrical-coordinate representation of color #4DFA06: hue angle of 102.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DFA06 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 6 -
CMYK 0.69 0 0.98 0.02
HSL 102.54º 0.96% 0.5% -
HSV(B) 102.54º 0.98% 0.98% -
XYZ 37.28 69.96 11.71 -
YUV 170.46 35.19 61.34 -
System Red Green Blue C M Y K H S L
Decimal 77 250 6 0.69 0 0.98 0.02 102.54 0.96 0.5
Hex 4D FA 6 45 0 62 2 67 60 32
Octal 115 372 6 105 0 142 2 147 140 62
Binary 1001101 11111010 110 1000101 0 1100010 10 1100111 1100000 110010

Color Harmonies of #4DFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA06

Black with #4DFA06

Text Example


Text Example

White with #4DFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DFA06; }

 p { color: rgb(77,250,6); }

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

background-color css

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

 a { background-color: rgb(77,250,6); }

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

border-color css

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

 span { border-color: rgb(77,250,6); }

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