Html Css Color HEX #4BF10E Harlequin

📋 copy color: '#4BF10E'

red 75 ◦ green 241 ◦ blue 14

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

Shades of Harlequin #4BF10E

Tints of Harlequin #4BF10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 22.73%
G = 73.03%
B = 4.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#4BF10E (or 0x4BF10E) is known color: Harlequin. HEX triplet: 4B, F1 and 0E. RGB value is (75,241,14). Sum of RGB (Red+Green+Blue) = 75+241+14=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF10E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF10E is #B40EF1. Grayscale: #A6A6A6. Windows color (decimal): -11800306 or 979275. OLE color: 979275.

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

Color convert

RGB 75 241 14 -
CMYK 0.69 0 0.94 0.05
HSL 103.88º 0.89% 0.5% -
HSV(B) 103.88º 0.94% 0.95% -
XYZ 34.44 64.44 11.04 -
YUV 165.49 42.5 63.46 -
System Red Green Blue C M Y K H S L
Decimal 75 241 14 0.69 0 0.94 0.05 103.88 0.89 0.5
Hex 4B F1 E 45 0 5E 5 68 59 32
Octal 113 361 16 105 0 136 5 150 131 62
Binary 1001011 11110001 1110 1000101 0 1011110 101 1101000 1011001 110010

Color Harmonies of #4BF10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF10E

Black with #4BF10E

Text Example


Text Example

White with #4BF10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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