Html Css Color HEX #4CF218 Harlequin

📋 copy color: '#4CF218'

red 76 ◦ green 242 ◦ blue 24

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

Shades of Harlequin #4CF218

Tints of Harlequin #4CF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.76%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 22.22%
G = 70.76%
B = 7.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#4CF218 (or 0x4CF218) is known color: Harlequin. HEX triplet: 4C, F2 and 18. RGB value is (76,242,24). Sum of RGB (Red+Green+Blue) = 76+242+24=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF218 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF218 is #B30DE7. Grayscale: #A8A8A8. Windows color (decimal): -11734504 or 1634892. OLE color: 1634892.

HSL color Cylindrical-coordinate representation of color #4CF218: hue angle of 105.69º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF218 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 24 -
CMYK 0.69 0 0.90 0.05
HSL 105.69º 0.89% 0.52% -
HSV(B) 105.69º 0.9% 0.95% -
XYZ 34.9 65.11 11.59 -
YUV 167.51 47 62.73 -
System Red Green Blue C M Y K H S L
Decimal 76 242 24 0.69 0 0.90 0.05 105.69 0.89 0.52
Hex 4C F2 18 45 0 5A 5 6A 59 34
Octal 114 362 30 105 0 132 5 152 131 64
Binary 1001100 11110010 11000 1000101 0 1011010 101 1101010 1011001 110100

Color Harmonies of #4CF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF218

Black with #4CF218

Text Example


Text Example

White with #4CF218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,24); }

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

background-color css

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

 a { background-color: rgb(76,242,24); }

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

border-color css

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

 span { border-color: rgb(76,242,24); }

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