Html Css Color HEX #4CF100 Harlequin

📋 copy color: '#4CF100'

red 76 ◦ green 241 ◦ blue 0

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

Shades of Harlequin #4CF100

Tints of Harlequin #4CF100

RGB

 RED value IS 76 (30.08% from 255) = 23.97%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.97%
G = 76.03%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#4CF100 (or 0x4CF100) is known color: Harlequin. HEX triplet: 4C, F1 and 00. RGB value is (76,241,0). Sum of RGB (Red+Green+Blue) = 76+241+0=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 241 (94.53% from 255 or 76.03% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF100 is #B30EFF. Grayscale: #A4A4A4. Windows color (decimal): -11734784 or 61772. OLE color: 61772.

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

Color convert

RGB 76 241 0 -
CMYK 0.68 0 1 0.05
HSL 101.08º 1% 0.47% -
HSV(B) 101.08º 1% 0.95% -
XYZ 34.44 64.45 10.62 -
YUV 164.19 35.34 65.1 -
System Red Green Blue C M Y K H S L
Decimal 76 241 0 0.68 0 1 0.05 101.08 1 0.47
Hex 4C F1 0 44 0 64 5 65 64 2F
Octal 114 361 0 104 0 144 5 145 144 57
Binary 1001100 11110001 0 1000100 0 1100100 101 1100101 1100100 101111

Color Harmonies of #4CF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF100

Black with #4CF100

Text Example


Text Example

White with #4CF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,241,0); }

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

background-color css

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

 a { background-color: rgb(76,241,0); }

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

border-color css

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

 span { border-color: rgb(76,241,0); }

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