Html Css Color HEX #4FDE06 Harlequin

📋 copy color: '#4FDE06'

red 79 ◦ green 222 ◦ blue 6

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

Shades of Harlequin #4FDE06

Tints of Harlequin #4FDE06

RGB

 RED value IS 79 (31.25% from 255) = 25.73%

 GREEN value IS 222 (87.11% from 255) = 72.31%

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

R = 25.73%
G = 72.31%
B = 1.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#4FDE06 (or 0x4FDE06) is known color: Harlequin. HEX triplet: 4F, DE and 06. RGB value is (79,222,6). Sum of RGB (Red+Green+Blue) = 79+222+6=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 222 (87.11% from 255 or 72.31% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDE06 is #B021F9. Grayscale: #9B9B9B. Windows color (decimal): -11543034 or 450127. OLE color: 450127.

HSL color Cylindrical-coordinate representation of color #4FDE06: hue angle of 99.72º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FDE06 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 222 6 -
CMYK 0.64 0 0.97 0.13
HSL 99.72º 0.95% 0.45% -
HSV(B) 99.72º 0.97% 0.87% -
XYZ 29.38 53.92 9.03 -
YUV 154.62 44.12 74.06 -
System Red Green Blue C M Y K H S L
Decimal 79 222 6 0.64 0 0.97 0.13 99.72 0.95 0.45
Hex 4F DE 6 40 0 61 D 64 5F 2D
Octal 117 336 6 100 0 141 15 144 137 55
Binary 1001111 11011110 110 1000000 0 1100001 1101 1100100 1011111 101101

Color Harmonies of #4FDE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDE06

Black with #4FDE06

Text Example


Text Example

White with #4FDE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,6); }

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

background-color css

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

 a { background-color: rgb(79,222,6); }

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

border-color css

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

 span { border-color: rgb(79,222,6); }

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