Html Css Color HEX #4CF920 Harlequin

📋 copy color: '#4CF920'

red 76 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #4CF920

Tints of Harlequin #4CF920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 21.29%
G = 69.75%
B = 8.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#4CF920 (or 0x4CF920) is known color: Harlequin. HEX triplet: 4C, F9 and 20. RGB value is (76,249,32). Sum of RGB (Red+Green+Blue) = 76+249+32=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF920 is #B306DF. Grayscale: #ADADAD. Windows color (decimal): -11732704 or 2160972. OLE color: 2160972.

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

Color convert

RGB 76 249 32 -
CMYK 0.69 0 0.87 0.02
HSL 107.83º 0.95% 0.55% -
HSV(B) 107.83º 0.87% 0.98% -
XYZ 37.12 69.39 12.8 -
YUV 172.54 48.69 59.14 -
System Red Green Blue C M Y K H S L
Decimal 76 249 32 0.69 0 0.87 0.02 107.83 0.95 0.55
Hex 4C F9 20 45 0 57 2 6C 5F 37
Octal 114 371 40 105 0 127 2 154 137 67
Binary 1001100 11111001 100000 1000101 0 1010111 10 1101100 1011111 110111

Color Harmonies of #4CF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF920

Black with #4CF920

Text Example


Text Example

White with #4CF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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