Html Css Color HEX #4CFA1C Harlequin

📋 copy color: '#4CFA1C'

red 76 ◦ green 250 ◦ blue 28

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

Shades of Harlequin #4CFA1C

Tints of Harlequin #4CFA1C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.62%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 21.47%
G = 70.62%
B = 7.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#4CFA1C (or 0x4CFA1C) is known color: Harlequin. HEX triplet: 4C, FA and 1C. RGB value is (76,250,28). Sum of RGB (Red+Green+Blue) = 76+250+28=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA1C is #B305E3. Grayscale: #ADADAD. Windows color (decimal): -11732452 or 1899084. OLE color: 1899084.

HSL color Cylindrical-coordinate representation of color #4CFA1C: hue angle of 107.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CFA1C is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 28 -
CMYK 0.70 0 0.89 0.02
HSL 107.03º 0.96% 0.55% -
HSV(B) 107.03º 0.89% 0.98% -
XYZ 37.38 69.99 12.64 -
YUV 172.67 46.35 59.05 -
System Red Green Blue C M Y K H S L
Decimal 76 250 28 0.70 0 0.89 0.02 107.03 0.96 0.55
Hex 4C FA 1C 46 0 59 2 6B 60 37
Octal 114 372 34 106 0 131 2 153 140 67
Binary 1001100 11111010 11100 1000110 0 1011001 10 1101011 1100000 110111

Color Harmonies of #4CFA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFA1C

Black with #4CFA1C

Text Example


Text Example

White with #4CFA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,250,28); }

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

background-color css

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

 a { background-color: rgb(76,250,28); }

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

border-color css

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

 span { border-color: rgb(76,250,28); }

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