Html Css Color HEX #4BF700 Harlequin

📋 copy color: '#4BF700'

red 75 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #4BF700

Tints of Harlequin #4BF700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.29%
G = 76.71%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#4BF700 (or 0x4BF700) is known color: Harlequin. HEX triplet: 4B, F7 and 00. RGB value is (75,247,0). Sum of RGB (Red+Green+Blue) = 75+247+0=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF700 is #B408FF. Grayscale: #A8A8A8. Windows color (decimal): -11798784 or 63307. OLE color: 63307.

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

Color convert

RGB 75 247 0 -
CMYK 0.70 0 1 0.03
HSL 101.78º 1% 0.48% -
HSV(B) 101.78º 1% 0.97% -
XYZ 36.16 68.02 11.22 -
YUV 167.41 33.52 62.08 -
System Red Green Blue C M Y K H S L
Decimal 75 247 0 0.70 0 1 0.03 101.78 1 0.48
Hex 4B F7 0 46 0 64 3 66 64 30
Octal 113 367 0 106 0 144 3 146 144 60
Binary 1001011 11110111 0 1000110 0 1100100 11 1100110 1100100 110000

Color Harmonies of #4BF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF700

Black with #4BF700

Text Example


Text Example

White with #4BF700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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