Html Css Color HEX #4BFC07 Harlequin

📋 copy color: '#4BFC07'

red 75 ◦ green 252 ◦ blue 7

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

Shades of Harlequin #4BFC07

Tints of Harlequin #4BFC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75.45%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 22.46%
G = 75.45%
B = 2.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#4BFC07 (or 0x4BFC07) is known color: Harlequin. HEX triplet: 4B, FC and 07. RGB value is (75,252,7). Sum of RGB (Red+Green+Blue) = 75+252+7=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFC07 is #B403F8. Grayscale: #ABABAB. Windows color (decimal): -11797497 or 523339. OLE color: 523339.

HSL color Cylindrical-coordinate representation of color #4BFC07: hue angle of 103.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BFC07 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 7 -
CMYK 0.70 0 0.97 0.01
HSL 103.35º 0.98% 0.51% -
HSV(B) 103.35º 0.97% 0.99% -
XYZ 37.75 71.13 11.94 -
YUV 171.15 35.36 59.42 -
System Red Green Blue C M Y K H S L
Decimal 75 252 7 0.70 0 0.97 0.01 103.35 0.98 0.51
Hex 4B FC 7 46 0 61 1 67 62 33
Octal 113 374 7 106 0 141 1 147 142 63
Binary 1001011 11111100 111 1000110 0 1100001 1 1100111 1100010 110011

Color Harmonies of #4BFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFC07

Black with #4BFC07

Text Example


Text Example

White with #4BFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,7); }

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

background-color css

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

 a { background-color: rgb(75,252,7); }

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

border-color css

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

 span { border-color: rgb(75,252,7); }

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