Html Css Color HEX #4BEF14 Harlequin

📋 copy color: '#4BEF14'

red 75 ◦ green 239 ◦ blue 20

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

Shades of Harlequin #4BEF14

Tints of Harlequin #4BEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.56%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 22.46%
G = 71.56%
B = 5.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#4BEF14 (or 0x4BEF14) is known color: Harlequin. HEX triplet: 4B, EF and 14. RGB value is (75,239,20). Sum of RGB (Red+Green+Blue) = 75+239+20=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEF14 is #B410EB. Grayscale: #A5A5A5. Windows color (decimal): -11800812 or 1371979. OLE color: 1371979.

HSL color Cylindrical-coordinate representation of color #4BEF14: hue angle of 104.93º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BEF14 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 239 20 -
CMYK 0.69 0 0.92 0.06
HSL 104.93º 0.87% 0.51% -
HSV(B) 104.93º 0.92% 0.94% -
XYZ 33.89 63.28 11.09 -
YUV 165 46.17 63.81 -
System Red Green Blue C M Y K H S L
Decimal 75 239 20 0.69 0 0.92 0.06 104.93 0.87 0.51
Hex 4B EF 14 45 0 5C 6 69 57 33
Octal 113 357 24 105 0 134 6 151 127 63
Binary 1001011 11101111 10100 1000101 0 1011100 110 1101001 1010111 110011

Color Harmonies of #4BEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEF14

Black with #4BEF14

Text Example


Text Example

White with #4BEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,239,20); }

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

background-color css

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

 a { background-color: rgb(75,239,20); }

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

border-color css

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

 span { border-color: rgb(75,239,20); }

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