Html Css Color HEX #4CF81F Harlequin

📋 copy color: '#4CF81F'

red 76 ◦ green 248 ◦ blue 31

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

Shades of Harlequin #4CF81F

Tints of Harlequin #4CF81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 21.41%
G = 69.86%
B = 8.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#4CF81F (or 0x4CF81F) is known color: Harlequin. HEX triplet: 4C, F8 and 1F. RGB value is (76,248,31). Sum of RGB (Red+Green+Blue) = 76+248+31=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF81F is #B307E0. Grayscale: #ACACAC. Windows color (decimal): -11732961 or 2095180. OLE color: 2095180.

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

Color convert

RGB 76 248 31 -
CMYK 0.69 0 0.88 0.03
HSL 107.56º 0.94% 0.55% -
HSV(B) 107.56º 0.88% 0.97% -
XYZ 36.8 68.77 12.63 -
YUV 171.83 48.52 59.64 -
System Red Green Blue C M Y K H S L
Decimal 76 248 31 0.69 0 0.88 0.03 107.56 0.94 0.55
Hex 4C F8 1F 45 0 58 3 6C 5E 37
Octal 114 370 37 105 0 130 3 154 136 67
Binary 1001100 11111000 11111 1000101 0 1011000 11 1101100 1011110 110111

Color Harmonies of #4CF81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF81F

Black with #4CF81F

Text Example


Text Example

White with #4CF81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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