Html Css Color HEX #4CF81A Harlequin

📋 copy color: '#4CF81A'

red 76 ◦ green 248 ◦ blue 26

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

Shades of Harlequin #4CF81A

Tints of Harlequin #4CF81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 70.86%

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

R = 21.71%
G = 70.86%
B = 7.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#4CF81A (or 0x4CF81A) is known color: Harlequin. HEX triplet: 4C, F8 and 1A. RGB value is (76,248,26). Sum of RGB (Red+Green+Blue) = 76+248+26=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF81A is #B307E5. Grayscale: #ABABAB. Windows color (decimal): -11732966 or 1767500. OLE color: 1767500.

HSL color Cylindrical-coordinate representation of color #4CF81A: hue angle of 106.49º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF81A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 248 26 -
CMYK 0.69 0 0.90 0.03
HSL 106.49º 0.94% 0.54% -
HSV(B) 106.49º 0.9% 0.97% -
XYZ 36.73 68.75 12.31 -
YUV 171.26 46.02 60.05 -
System Red Green Blue C M Y K H S L
Decimal 76 248 26 0.69 0 0.90 0.03 106.49 0.94 0.54
Hex 4C F8 1A 45 0 5A 3 6A 5E 36
Octal 114 370 32 105 0 132 3 152 136 66
Binary 1001100 11111000 11010 1000101 0 1011010 11 1101010 1011110 110110

Color Harmonies of #4CF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF81A

Black with #4CF81A

Text Example


Text Example

White with #4CF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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