Html Css Color HEX #4FFA02 Harlequin

📋 copy color: '#4FFA02'

red 79 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #4FFA02

Tints of Harlequin #4FFA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 23.87%
G = 75.53%
B = 0.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#4FFA02 (or 0x4FFA02) is known color: Harlequin. HEX triplet: 4F, FA and 02. RGB value is (79,250,2). Sum of RGB (Red+Green+Blue) = 79+250+2=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFA02 is #B005FD. Grayscale: #ABABAB. Windows color (decimal): -11535870 or 195151. OLE color: 195151.

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

Color convert

RGB 79 250 2 -
CMYK 0.68 0 0.99 0.02
HSL 101.37º 0.98% 0.49% -
HSV(B) 101.37º 0.99% 0.98% -
XYZ 37.42 70.04 11.6 -
YUV 170.6 32.85 62.67 -
System Red Green Blue C M Y K H S L
Decimal 79 250 2 0.68 0 0.99 0.02 101.37 0.98 0.49
Hex 4F FA 2 44 0 63 2 65 62 31
Octal 117 372 2 104 0 143 2 145 142 61
Binary 1001111 11111010 10 1000100 0 1100011 10 1100101 1100010 110001

Color Harmonies of #4FFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFA02

Black with #4FFA02

Text Example


Text Example

White with #4FFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,2); }

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

background-color css

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

 a { background-color: rgb(79,250,2); }

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

border-color css

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

 span { border-color: rgb(79,250,2); }

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