Html Css Color HEX #4CFD28 Harlequin

📋 copy color: '#4CFD28'

red 76 ◦ green 253 ◦ blue 40

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

Shades of Harlequin #4CFD28

Tints of Harlequin #4CFD28

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.56%

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

R = 20.6%
G = 68.56%
B = 10.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#4CFD28 (or 0x4CFD28) is known color: Harlequin. HEX triplet: 4C, FD and 28. RGB value is (76,253,40). Sum of RGB (Red+Green+Blue) = 76+253+40=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFD28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFD28 is #B302D7. Grayscale: #B0B0B0. Windows color (decimal): -11731672 or 2686284. OLE color: 2686284.

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

Color convert

RGB 76 253 40 -
CMYK 0.70 0 0.84 0.01
HSL 109.86º 0.98% 0.57% -
HSV(B) 109.86º 0.84% 0.99% -
XYZ 38.49 71.94 13.86 -
YUV 175.8 51.36 56.82 -
System Red Green Blue C M Y K H S L
Decimal 76 253 40 0.70 0 0.84 0.01 109.86 0.98 0.57
Hex 4C FD 28 46 0 54 1 6E 62 39
Octal 114 375 50 106 0 124 1 156 142 71
Binary 1001100 11111101 101000 1000110 0 1010100 1 1101110 1100010 111001

Color Harmonies of #4CFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFD28

Black with #4CFD28

Text Example


Text Example

White with #4CFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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