Html Css Color HEX #4BF127 Harlequin

📋 copy color: '#4BF127'

red 75 ◦ green 241 ◦ blue 39

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

Shades of Harlequin #4BF127

Tints of Harlequin #4BF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 21.13%
G = 67.89%
B = 10.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4BF127 (or 0x4BF127) is known color: Harlequin. HEX triplet: 4B, F1 and 27. RGB value is (75,241,39). Sum of RGB (Red+Green+Blue) = 75+241+39=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF127 is #B40ED8. Grayscale: #A8A8A8. Windows color (decimal): -11800281 or 2617675. OLE color: 2617675.

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

Color convert

RGB 75 241 39 -
CMYK 0.69 0 0.84 0.05
HSL 109.31º 0.88% 0.55% -
HSV(B) 109.31º 0.84% 0.95% -
XYZ 34.72 64.55 12.55 -
YUV 168.34 55 61.43 -
System Red Green Blue C M Y K H S L
Decimal 75 241 39 0.69 0 0.84 0.05 109.31 0.88 0.55
Hex 4B F1 27 45 0 54 5 6D 58 37
Octal 113 361 47 105 0 124 5 155 130 67
Binary 1001011 11110001 100111 1000101 0 1010100 101 1101101 1011000 110111

Color Harmonies of #4BF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF127

Black with #4BF127

Text Example


Text Example

White with #4BF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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