Html Css Color HEX #4CF921 Harlequin

📋 copy color: '#4CF921'

red 76 ◦ green 249 ◦ blue 33

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

Shades of Harlequin #4CF921

Tints of Harlequin #4CF921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 21.23%
G = 69.55%
B = 9.22%

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

#4CF921 (or 0x4CF921) is known color: Harlequin. HEX triplet: 4C, F9 and 21. RGB value is (76,249,33). Sum of RGB (Red+Green+Blue) = 76+249+33=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF921 is #B306DE. Grayscale: #ADADAD. Windows color (decimal): -11732703 or 2226508. OLE color: 2226508.

HSL color Cylindrical-coordinate representation of color #4CF921: hue angle of 108.06º 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 #4CF921 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 249 33 -
CMYK 0.69 0 0.87 0.02
HSL 108.06º 0.95% 0.55% -
HSV(B) 108.06º 0.87% 0.98% -
XYZ 37.13 69.4 12.88 -
YUV 172.65 49.19 59.06 -
System Red Green Blue C M Y K H S L
Decimal 76 249 33 0.69 0 0.87 0.02 108.06 0.95 0.55
Hex 4C F9 21 45 0 57 2 6C 5F 37
Octal 114 371 41 105 0 127 2 154 137 67
Binary 1001100 11111001 100001 1000101 0 1010111 10 1101100 1011111 110111

Color Harmonies of #4CF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF921

Black with #4CF921

Text Example


Text Example

White with #4CF921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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