Html Css Color HEX #4CFB28 Harlequin

📋 copy color: '#4CFB28'

red 76 ◦ green 251 ◦ blue 40

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

Shades of Harlequin #4CFB28

Tints of Harlequin #4CFB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.39%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 20.71%
G = 68.39%
B = 10.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#4CFB28 (or 0x4CFB28) is known color: Harlequin. HEX triplet: 4C, FB and 28. RGB value is (76,251,40). Sum of RGB (Red+Green+Blue) = 76+251+40=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB28 is #B304D7. Grayscale: #AFAFAF. Windows color (decimal): -11732184 or 2685772. OLE color: 2685772.

HSL color Cylindrical-coordinate representation of color #4CFB28: hue angle of 109.76º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CFB28 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 40 -
CMYK 0.70 0 0.84 0.02
HSL 109.76º 0.96% 0.57% -
HSV(B) 109.76º 0.84% 0.98% -
XYZ 37.86 70.68 13.66 -
YUV 174.62 52.02 57.66 -
System Red Green Blue C M Y K H S L
Decimal 76 251 40 0.70 0 0.84 0.02 109.76 0.96 0.57
Hex 4C FB 28 46 0 54 2 6E 60 39
Octal 114 373 50 106 0 124 2 156 140 71
Binary 1001100 11111011 101000 1000110 0 1010100 10 1101110 1100000 111001

Color Harmonies of #4CFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB28

Black with #4CFB28

Text Example


Text Example

White with #4CFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,40); }

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

background-color css

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

 a { background-color: rgb(76,251,40); }

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

border-color css

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

 span { border-color: rgb(76,251,40); }

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