Html Css Color HEX #4DF528 Harlequin

📋 copy color: '#4DF528'

red 77 ◦ green 245 ◦ blue 40

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

Shades of Harlequin #4DF528

Tints of Harlequin #4DF528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 67.68%

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

R = 21.27%
G = 67.68%
B = 11.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#4DF528 (or 0x4DF528) is known color: Harlequin. HEX triplet: 4D, F5 and 28. RGB value is (77,245,40). Sum of RGB (Red+Green+Blue) = 77+245+40=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF528 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF528 is #B20AD7. Grayscale: #ACACAC. Windows color (decimal): -11668184 or 2684237. OLE color: 2684237.

HSL color Cylindrical-coordinate representation of color #4DF528: hue angle of 109.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DF528 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 245 40 -
CMYK 0.69 0 0.84 0.04
HSL 109.17º 0.91% 0.56% -
HSV(B) 109.17º 0.84% 0.96% -
XYZ 36.1 67.04 13.04 -
YUV 171.4 53.84 60.67 -
System Red Green Blue C M Y K H S L
Decimal 77 245 40 0.69 0 0.84 0.04 109.17 0.91 0.56
Hex 4D F5 28 45 0 54 4 6D 5B 38
Octal 115 365 50 105 0 124 4 155 133 70
Binary 1001101 11110101 101000 1000101 0 1010100 100 1101101 1011011 111000

Color Harmonies of #4DF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF528

Black with #4DF528

Text Example


Text Example

White with #4DF528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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