Html Css Color HEX #4BF81C Harlequin

📋 copy color: '#4BF81C'

red 75 ◦ green 248 ◦ blue 28

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

Shades of Harlequin #4BF81C

Tints of Harlequin #4BF81C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 70.66%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 21.37%
G = 70.66%
B = 7.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#4BF81C (or 0x4BF81C) is known color: Harlequin. HEX triplet: 4B, F8 and 1C. RGB value is (75,248,28). Sum of RGB (Red+Green+Blue) = 75+248+28=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF81C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF81C is #B407E3. Grayscale: #ABABAB. Windows color (decimal): -11798500 or 1898571. OLE color: 1898571.

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

Color convert

RGB 75 248 28 -
CMYK 0.70 0 0.89 0.03
HSL 107.18º 0.94% 0.54% -
HSV(B) 107.18º 0.89% 0.97% -
XYZ 36.68 68.71 12.43 -
YUV 171.19 47.19 59.39 -
System Red Green Blue C M Y K H S L
Decimal 75 248 28 0.70 0 0.89 0.03 107.18 0.94 0.54
Hex 4B F8 1C 46 0 59 3 6B 5E 36
Octal 113 370 34 106 0 131 3 153 136 66
Binary 1001011 11111000 11100 1000110 0 1011001 11 1101011 1011110 110110

Color Harmonies of #4BF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF81C

Black with #4BF81C

Text Example


Text Example

White with #4BF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,248,28); }

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

background-color css

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

 a { background-color: rgb(75,248,28); }

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

border-color css

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

 span { border-color: rgb(75,248,28); }

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