Html Css Color HEX #4CF21D Harlequin

📋 copy color: '#4CF21D'

red 76 ◦ green 242 ◦ blue 29

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

Shades of Harlequin #4CF21D

Tints of Harlequin #4CF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 21.9%
G = 69.74%
B = 8.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#4CF21D (or 0x4CF21D) is known color: Harlequin. HEX triplet: 4C, F2 and 1D. RGB value is (76,242,29). Sum of RGB (Red+Green+Blue) = 76+242+29=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF21D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF21D is #B30DE2. Grayscale: #A8A8A8. Windows color (decimal): -11734499 or 1962572. OLE color: 1962572.

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

Color convert

RGB 76 242 29 -
CMYK 0.69 0 0.88 0.05
HSL 106.76º 0.89% 0.53% -
HSV(B) 106.76º 0.88% 0.95% -
XYZ 34.95 65.13 11.89 -
YUV 168.08 49.5 62.32 -
System Red Green Blue C M Y K H S L
Decimal 76 242 29 0.69 0 0.88 0.05 106.76 0.89 0.53
Hex 4C F2 1D 45 0 58 5 6B 59 35
Octal 114 362 35 105 0 130 5 153 131 65
Binary 1001100 11110010 11101 1000101 0 1011000 101 1101011 1011001 110101

Color Harmonies of #4CF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF21D

Black with #4CF21D

Text Example


Text Example

White with #4CF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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