Html Css Color HEX #4BFF04 Harlequin

📋 copy color: '#4BFF04'

red 75 ◦ green 255 ◦ blue 4

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

Shades of Harlequin #4BFF04

Tints of Harlequin #4BFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 76.35%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 22.46%
G = 76.35%
B = 1.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#4BFF04 (or 0x4BFF04) is known color: Harlequin. HEX triplet: 4B, FF and 04. RGB value is (75,255,4). Sum of RGB (Red+Green+Blue) = 75+255+4=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFF04 is #B400FB. Grayscale: #ADADAD. Windows color (decimal): -11796732 or 327499. OLE color: 327499.

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

Color convert

RGB 75 255 4 -
CMYK 0.71 0 0.98 0
HSL 103.03º 1% 0.51% -
HSV(B) 103.03º 0.98% 1% -
XYZ 38.68 73.02 12.17 -
YUV 172.57 32.87 58.41 -
System Red Green Blue C M Y K H S L
Decimal 75 255 4 0.71 0 0.98 0 103.03 1 0.51
Hex 4B FF 4 47 0 62 0 67 64 33
Octal 113 377 4 107 0 142 0 147 144 63
Binary 1001011 11111111 100 1000111 0 1100010 0 1100111 1100100 110011

Color Harmonies of #4BFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFF04

Black with #4BFF04

Text Example


Text Example

White with #4BFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,255,4); }

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

background-color css

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

 a { background-color: rgb(75,255,4); }

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

border-color css

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

 span { border-color: rgb(75,255,4); }

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