Html Css Color HEX #4BE401 Harlequin

📋 copy color: '#4BE401'

red 75 ◦ green 228 ◦ blue 1

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

Shades of Harlequin #4BE401

Tints of Harlequin #4BE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 24.67%
G = 75%
B = 0.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#4BE401 (or 0x4BE401) is known color: Harlequin. HEX triplet: 4B, E4 and 01. RGB value is (75,228,1). Sum of RGB (Red+Green+Blue) = 75+228+1=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE401 is #B41BFE. Grayscale: #9D9D9D. Windows color (decimal): -11803647 or 123979. OLE color: 123979.

HSL color Cylindrical-coordinate representation of color #4BE401: hue angle of 100.44º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BE401 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 75 228 1 -
CMYK 0.67 0 1.00 0.11
HSL 100.44º 0.99% 0.45% -
HSV(B) 100.44º 1% 0.89% -
XYZ 30.65 56.98 9.41 -
YUV 156.38 40.31 69.96 -
System Red Green Blue C M Y K H S L
Decimal 75 228 1 0.67 0 1.00 0.11 100.44 0.99 0.45
Hex 4B E4 1 43 0 64 B 64 63 2D
Octal 113 344 1 103 0 144 13 144 143 55
Binary 1001011 11100100 1 1000011 0 1100100 1011 1100100 1100011 101101

Color Harmonies of #4BE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE401

Black with #4BE401

Text Example


Text Example

White with #4BE401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,228,1); }

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

background-color css

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

 a { background-color: rgb(75,228,1); }

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

border-color css

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

 span { border-color: rgb(75,228,1); }

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