Html Css Color HEX #4BF701 Harlequin

📋 copy color: '#4BF701'

red 75 ◦ green 247 ◦ blue 1

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

Shades of Harlequin #4BF701

Tints of Harlequin #4BF701

RGB

 RED value IS 75 (29.69% from 255) = 23.22%

 GREEN value IS 247 (96.88% from 255) = 76.47%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 23.22%
G = 76.47%
B = 0.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#4BF701 (or 0x4BF701) is known color: Harlequin. HEX triplet: 4B, F7 and 01. RGB value is (75,247,1). Sum of RGB (Red+Green+Blue) = 75+247+1=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF701 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF701 is #B408FE. Grayscale: #A8A8A8. Windows color (decimal): -11798783 or 128843. OLE color: 128843.

HSL color Cylindrical-coordinate representation of color #4BF701: hue angle of 101.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BF701 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 75 247 1 -
CMYK 0.70 0 1.00 0.03
HSL 101.95º 0.99% 0.49% -
HSV(B) 101.95º 1% 0.97% -
XYZ 36.17 68.02 11.25 -
YUV 167.53 34.02 62 -
System Red Green Blue C M Y K H S L
Decimal 75 247 1 0.70 0 1.00 0.03 101.95 0.99 0.49
Hex 4B F7 1 46 0 64 3 66 63 31
Octal 113 367 1 106 0 144 3 146 143 61
Binary 1001011 11110111 1 1000110 0 1100100 11 1100110 1100011 110001

Color Harmonies of #4BF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF701

Black with #4BF701

Text Example


Text Example

White with #4BF701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,247,1); }

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

background-color css

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

 a { background-color: rgb(75,247,1); }

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

border-color css

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

 span { border-color: rgb(75,247,1); }

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