Html Css Color HEX #4CF716 Harlequin

📋 copy color: '#4CF716'

red 76 ◦ green 247 ◦ blue 22

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

Shades of Harlequin #4CF716

Tints of Harlequin #4CF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 71.59%

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 22.03%
G = 71.59%
B = 6.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#4CF716 (or 0x4CF716) is known color: Harlequin. HEX triplet: 4C, F7 and 16. RGB value is (76,247,22). Sum of RGB (Red+Green+Blue) = 76+247+22=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF716 is #B308E9. Grayscale: #AAAAAA. Windows color (decimal): -11733226 or 1505100. OLE color: 1505100.

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

Color convert

RGB 76 247 22 -
CMYK 0.69 0 0.91 0.03
HSL 105.6º 0.93% 0.53% -
HSV(B) 105.6º 0.91% 0.97% -
XYZ 36.39 68.12 11.99 -
YUV 170.22 44.35 60.8 -
System Red Green Blue C M Y K H S L
Decimal 76 247 22 0.69 0 0.91 0.03 105.6 0.93 0.53
Hex 4C F7 16 45 0 5B 3 6A 5D 35
Octal 114 367 26 105 0 133 3 152 135 65
Binary 1001100 11110111 10110 1000101 0 1011011 11 1101010 1011101 110101

Color Harmonies of #4CF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF716

Black with #4CF716

Text Example


Text Example

White with #4CF716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,247,22); }

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

background-color css

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

 a { background-color: rgb(76,247,22); }

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

border-color css

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

 span { border-color: rgb(76,247,22); }

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