Html Css Color HEX #4CF129 Harlequin

📋 copy color: '#4CF129'

red 76 ◦ green 241 ◦ blue 41

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

Shades of Harlequin #4CF129

Tints of Harlequin #4CF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.32%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 21.23%
G = 67.32%
B = 11.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#4CF129 (or 0x4CF129) is known color: Harlequin. HEX triplet: 4C, F1 and 29. RGB value is (76,241,41). Sum of RGB (Red+Green+Blue) = 76+241+41=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF129 is #B30ED6. Grayscale: #A9A9A9. Windows color (decimal): -11734743 or 2748748. OLE color: 2748748.

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

Color convert

RGB 76 241 41 -
CMYK 0.68 0 0.83 0.05
HSL 109.5º 0.88% 0.55% -
HSV(B) 109.5º 0.83% 0.95% -
XYZ 34.84 64.61 12.73 -
YUV 168.87 55.84 61.76 -
System Red Green Blue C M Y K H S L
Decimal 76 241 41 0.68 0 0.83 0.05 109.5 0.88 0.55
Hex 4C F1 29 44 0 53 5 6E 58 37
Octal 114 361 51 104 0 123 5 156 130 67
Binary 1001100 11110001 101001 1000100 0 1010011 101 1101110 1011000 110111

Color Harmonies of #4CF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF129

Black with #4CF129

Text Example


Text Example

White with #4CF129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,241,41); }

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

background-color css

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

 a { background-color: rgb(76,241,41); }

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

border-color css

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

 span { border-color: rgb(76,241,41); }

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