Html Css Color HEX #4BF129 Harlequin

📋 copy color: '#4BF129'

red 75 ◦ green 241 ◦ blue 41

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

Shades of Harlequin #4BF129

Tints of Harlequin #4BF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.51%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 21.01%
G = 67.51%
B = 11.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#4BF129 (or 0x4BF129) is known color: Harlequin. HEX triplet: 4B, F1 and 29. RGB value is (75,241,41). Sum of RGB (Red+Green+Blue) = 75+241+41=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF129 is #B40ED6. Grayscale: #A9A9A9. Windows color (decimal): -11800279 or 2748747. OLE color: 2748747.

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

Color convert

RGB 75 241 41 -
CMYK 0.69 0 0.83 0.05
HSL 109.8º 0.88% 0.55% -
HSV(B) 109.8º 0.83% 0.95% -
XYZ 34.76 64.57 12.73 -
YUV 168.57 56 61.26 -
System Red Green Blue C M Y K H S L
Decimal 75 241 41 0.69 0 0.83 0.05 109.8 0.88 0.55
Hex 4B F1 29 45 0 53 5 6E 58 37
Octal 113 361 51 105 0 123 5 156 130 67
Binary 1001011 11110001 101001 1000101 0 1010011 101 1101110 1011000 110111

Color Harmonies of #4BF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF129

Black with #4BF129

Text Example


Text Example

White with #4BF129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,241,41); }

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

background-color css

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

 a { background-color: rgb(75,241,41); }

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

border-color css

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

 span { border-color: rgb(75,241,41); }

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