Html Css Color HEX #4CF914 Harlequin

📋 copy color: '#4CF914'

red 76 ◦ green 249 ◦ blue 20

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

Shades of Harlequin #4CF914

Tints of Harlequin #4CF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.17%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 22.03%
G = 72.17%
B = 5.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#4CF914 (or 0x4CF914) is known color: Harlequin. HEX triplet: 4C, F9 and 14. RGB value is (76,249,20). Sum of RGB (Red+Green+Blue) = 76+249+20=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF914 is #B306EB. Grayscale: #ABABAB. Windows color (decimal): -11732716 or 1374540. OLE color: 1374540.

HSL color Cylindrical-coordinate representation of color #4CF914: hue angle of 105.33º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF914 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 249 20 -
CMYK 0.69 0 0.92 0.02
HSL 105.33º 0.95% 0.53% -
HSV(B) 105.33º 0.92% 0.98% -
XYZ 36.98 69.34 12.1 -
YUV 171.17 42.69 60.12 -
System Red Green Blue C M Y K H S L
Decimal 76 249 20 0.69 0 0.92 0.02 105.33 0.95 0.53
Hex 4C F9 14 45 0 5C 2 69 5F 35
Octal 114 371 24 105 0 134 2 151 137 65
Binary 1001100 11111001 10100 1000101 0 1011100 10 1101001 1011111 110101

Color Harmonies of #4CF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF914

Black with #4CF914

Text Example


Text Example

White with #4CF914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,249,20); }

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

background-color css

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

 a { background-color: rgb(76,249,20); }

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

border-color css

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

 span { border-color: rgb(76,249,20); }

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