Html Css Color HEX #4DFA28 Harlequin

📋 copy color: '#4DFA28'

red 77 ◦ green 250 ◦ blue 40

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

Shades of Harlequin #4DFA28

Tints of Harlequin #4DFA28

RGB

 RED value IS 77 (30.47% from 255) = 20.98%

 GREEN value IS 250 (98.05% from 255) = 68.12%

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

R = 20.98%
G = 68.12%
B = 10.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#4DFA28 (or 0x4DFA28) is known color: Harlequin. HEX triplet: 4D, FA and 28. RGB value is (77,250,40). Sum of RGB (Red+Green+Blue) = 77+250+40=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA28 is #B205D7. Grayscale: #AFAFAF. Windows color (decimal): -11666904 or 2685517. OLE color: 2685517.

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

Color convert

RGB 77 250 40 -
CMYK 0.69 0 0.84 0.02
HSL 109.43º 0.95% 0.57% -
HSV(B) 109.43º 0.84% 0.98% -
XYZ 37.63 70.1 13.56 -
YUV 174.33 52.19 58.58 -
System Red Green Blue C M Y K H S L
Decimal 77 250 40 0.69 0 0.84 0.02 109.43 0.95 0.57
Hex 4D FA 28 45 0 54 2 6D 5F 39
Octal 115 372 50 105 0 124 2 155 137 71
Binary 1001101 11111010 101000 1000101 0 1010100 10 1101101 1011111 111001

Color Harmonies of #4DFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA28

Black with #4DFA28

Text Example


Text Example

White with #4DFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,250,40); }

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

background-color css

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

 a { background-color: rgb(77,250,40); }

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

border-color css

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

 span { border-color: rgb(77,250,40); }

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