Html Css Color HEX #4BFE01 Harlequin

📋 copy color: '#4BFE01'

red 75 ◦ green 254 ◦ blue 1

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

Shades of Harlequin #4BFE01

Tints of Harlequin #4BFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 76.97%

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

R = 22.73%
G = 76.97%
B = 0.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#4BFE01 (or 0x4BFE01) is known color: Harlequin. HEX triplet: 4B, FE and 01. RGB value is (75,254,1). Sum of RGB (Red+Green+Blue) = 75+254+1=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFE01 is #B401FE. Grayscale: #ACACAC. Windows color (decimal): -11796991 or 130635. OLE color: 130635.

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

Color convert

RGB 75 254 1 -
CMYK 0.70 0 1.00 0.00
HSL 102.45º 0.99% 0.5% -
HSV(B) 102.45º 1% 1% -
XYZ 38.35 72.38 11.98 -
YUV 171.64 31.7 59.07 -
System Red Green Blue C M Y K H S L
Decimal 75 254 1 0.70 0 1.00 0.00 102.45 0.99 0.5
Hex 4B FE 1 46 0 64 0 66 63 32
Octal 113 376 1 106 0 144 0 146 143 62
Binary 1001011 11111110 1 1000110 0 1100100 0 1100110 1100011 110010

Color Harmonies of #4BFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFE01

Black with #4BFE01

Text Example


Text Example

White with #4BFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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