Html Css Color HEX #4CF414 Harlequin

📋 copy color: '#4CF414'

red 76 ◦ green 244 ◦ blue 20

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

Shades of Harlequin #4CF414

Tints of Harlequin #4CF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 71.76%

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

R = 22.35%
G = 71.76%
B = 5.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#4CF414 (or 0x4CF414) is known color: Harlequin. HEX triplet: 4C, F4 and 14. RGB value is (76,244,20). Sum of RGB (Red+Green+Blue) = 76+244+20=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 244 (95.70% from 255 or 71.76% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF414 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF414 is #B30BEB. Grayscale: #A8A8A8. Windows color (decimal): -11733996 or 1373260. OLE color: 1373260.

HSL color Cylindrical-coordinate representation of color #4CF414: hue angle of 105º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF414 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 244 20 -
CMYK 0.69 0 0.92 0.04
HSL 105º 0.91% 0.52% -
HSV(B) 105º 0.92% 0.96% -
XYZ 35.46 66.29 11.59 -
YUV 168.23 44.34 62.21 -
System Red Green Blue C M Y K H S L
Decimal 76 244 20 0.69 0 0.92 0.04 105 0.91 0.52
Hex 4C F4 14 45 0 5C 4 69 5B 34
Octal 114 364 24 105 0 134 4 151 133 64
Binary 1001100 11110100 10100 1000101 0 1011100 100 1101001 1011011 110100

Color Harmonies of #4CF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF414

Black with #4CF414

Text Example


Text Example

White with #4CF414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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