Html Css Color HEX #4DF328 Harlequin

📋 copy color: '#4DF328'

red 77 ◦ green 243 ◦ blue 40

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

Shades of Harlequin #4DF328

Tints of Harlequin #4DF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.5%

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

R = 21.39%
G = 67.5%
B = 11.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4DF328 (or 0x4DF328) is known color: Harlequin. HEX triplet: 4D, F3 and 28. RGB value is (77,243,40). Sum of RGB (Red+Green+Blue) = 77+243+40=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF328 is #B20CD7. Grayscale: #AAAAAA. Windows color (decimal): -11668696 or 2683725. OLE color: 2683725.

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

Color convert

RGB 77 243 40 -
CMYK 0.68 0 0.84 0.05
HSL 109.06º 0.89% 0.55% -
HSV(B) 109.06º 0.84% 0.95% -
XYZ 35.49 65.83 12.84 -
YUV 170.22 54.5 61.51 -
System Red Green Blue C M Y K H S L
Decimal 77 243 40 0.68 0 0.84 0.05 109.06 0.89 0.55
Hex 4D F3 28 44 0 54 5 6D 59 37
Octal 115 363 50 104 0 124 5 155 131 67
Binary 1001101 11110011 101000 1000100 0 1010100 101 1101101 1011001 110111

Color Harmonies of #4DF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF328

Black with #4DF328

Text Example


Text Example

White with #4DF328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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