Html Css Color HEX #4CF01A Harlequin

📋 copy color: '#4CF01A'

red 76 ◦ green 240 ◦ blue 26

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

Shades of Harlequin #4CF01A

Tints of Harlequin #4CF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.18%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 22.22%
G = 70.18%
B = 7.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#4CF01A (or 0x4CF01A) is known color: Harlequin. HEX triplet: 4C, F0 and 1A. RGB value is (76,240,26). Sum of RGB (Red+Green+Blue) = 76+240+26=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF01A is #B30FE5. Grayscale: #A7A7A7. Windows color (decimal): -11735014 or 1765452. OLE color: 1765452.

HSL color Cylindrical-coordinate representation of color #4CF01A: hue angle of 105.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CF01A is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 240 26 -
CMYK 0.68 0 0.89 0.06
HSL 105.98º 0.88% 0.52% -
HSV(B) 105.98º 0.89% 0.94% -
XYZ 34.33 63.93 11.51 -
YUV 166.57 48.67 63.4 -
System Red Green Blue C M Y K H S L
Decimal 76 240 26 0.68 0 0.89 0.06 105.98 0.88 0.52
Hex 4C F0 1A 44 0 59 6 6A 58 34
Octal 114 360 32 104 0 131 6 152 130 64
Binary 1001100 11110000 11010 1000100 0 1011001 110 1101010 1011000 110100

Color Harmonies of #4CF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF01A

Black with #4CF01A

Text Example


Text Example

White with #4CF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,26); }

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

background-color css

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

 a { background-color: rgb(76,240,26); }

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

border-color css

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

 span { border-color: rgb(76,240,26); }

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