Html Css Color HEX #4BF220 Harlequin

📋 copy color: '#4BF220'

red 75 ◦ green 242 ◦ blue 32

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

Shades of Harlequin #4BF220

Tints of Harlequin #4BF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.34%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 21.49%
G = 69.34%
B = 9.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#4BF220 (or 0x4BF220) is known color: Harlequin. HEX triplet: 4B, F2 and 20. RGB value is (75,242,32). Sum of RGB (Red+Green+Blue) = 75+242+32=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF220 is #B40DDF. Grayscale: #A8A8A8. Windows color (decimal): -11800032 or 2159179. OLE color: 2159179.

HSL color Cylindrical-coordinate representation of color #4BF220: hue angle of 107.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4BF220 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 242 32 -
CMYK 0.69 0 0.87 0.05
HSL 107.71º 0.89% 0.54% -
HSV(B) 107.71º 0.87% 0.95% -
XYZ 34.91 65.1 12.09 -
YUV 168.13 51.17 61.58 -
System Red Green Blue C M Y K H S L
Decimal 75 242 32 0.69 0 0.87 0.05 107.71 0.89 0.54
Hex 4B F2 20 45 0 57 5 6C 59 36
Octal 113 362 40 105 0 127 5 154 131 66
Binary 1001011 11110010 100000 1000101 0 1010111 101 1101100 1011001 110110

Color Harmonies of #4BF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF220

Black with #4BF220

Text Example


Text Example

White with #4BF220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,242,32); }

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

background-color css

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

 a { background-color: rgb(75,242,32); }

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

border-color css

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

 span { border-color: rgb(75,242,32); }

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