Html Css Color HEX #4CF107 Harlequin

📋 copy color: '#4CF107'

red 76 ◦ green 241 ◦ blue 7

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

Shades of Harlequin #4CF107

Tints of Harlequin #4CF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 23.46%
G = 74.38%
B = 2.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4CF107 (or 0x4CF107) is known color: Harlequin. HEX triplet: 4C, F1 and 07. RGB value is (76,241,7). Sum of RGB (Red+Green+Blue) = 76+241+7=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF107 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF107 is #B30EF8. Grayscale: #A5A5A5. Windows color (decimal): -11734777 or 520524. OLE color: 520524.

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

Color convert

RGB 76 241 7 -
CMYK 0.68 0 0.97 0.05
HSL 102.31º 0.94% 0.49% -
HSV(B) 102.31º 0.97% 0.95% -
XYZ 34.47 64.46 10.83 -
YUV 164.99 38.84 64.53 -
System Red Green Blue C M Y K H S L
Decimal 76 241 7 0.68 0 0.97 0.05 102.31 0.94 0.49
Hex 4C F1 7 44 0 61 5 66 5E 31
Octal 114 361 7 104 0 141 5 146 136 61
Binary 1001100 11110001 111 1000100 0 1100001 101 1100110 1011110 110001

Color Harmonies of #4CF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF107

Black with #4CF107

Text Example


Text Example

White with #4CF107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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