Html Css Color HEX #4BE80B Harlequin

📋 copy color: '#4BE80B'

red 75 ◦ green 232 ◦ blue 11

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

Shades of Harlequin #4BE80B

Tints of Harlequin #4BE80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.96%

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 23.58%
G = 72.96%
B = 3.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#4BE80B (or 0x4BE80B) is known color: Harlequin. HEX triplet: 4B, E8 and 0B. RGB value is (75,232,11). Sum of RGB (Red+Green+Blue) = 75+232+11=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BE80B is #B417F4. Grayscale: #A0A0A0. Windows color (decimal): -11802613 or 780363. OLE color: 780363.

HSL color Cylindrical-coordinate representation of color #4BE80B: hue angle of 102.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BE80B is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 75 232 11 -
CMYK 0.68 0 0.95 0.09
HSL 102.62º 0.91% 0.48% -
HSV(B) 102.62º 0.95% 0.91% -
XYZ 31.82 59.23 10.07 -
YUV 159.86 43.99 67.47 -
System Red Green Blue C M Y K H S L
Decimal 75 232 11 0.68 0 0.95 0.09 102.62 0.91 0.48
Hex 4B E8 B 44 0 5F 9 67 5B 30
Octal 113 350 13 104 0 137 11 147 133 60
Binary 1001011 11101000 1011 1000100 0 1011111 1001 1100111 1011011 110000

Color Harmonies of #4BE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE80B

Black with #4BE80B

Text Example


Text Example

White with #4BE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,232,11); }

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

background-color css

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

 a { background-color: rgb(75,232,11); }

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

border-color css

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

 span { border-color: rgb(75,232,11); }

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