Html Css Color HEX #4DFF27 Harlequin

📋 copy color: '#4DFF27'

red 77 ◦ green 255 ◦ blue 39

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

Shades of Harlequin #4DFF27

Tints of Harlequin #4DFF27

RGB

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

 GREEN value IS 255 (100% from 255) = 68.73%

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 20.75%
G = 68.73%
B = 10.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#4DFF27 (or 0x4DFF27) is known color: Harlequin. HEX triplet: 4D, FF and 27. RGB value is (77,255,39). Sum of RGB (Red+Green+Blue) = 77+255+39=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF27 is #B200D8. Grayscale: #B1B1B1. Windows color (decimal): -11665625 or 2621261. OLE color: 2621261.

HSL color Cylindrical-coordinate representation of color #4DFF27: hue angle of 109.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DFF27 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 77 255 39 -
CMYK 0.70 0 0.85 0
HSL 109.44º 1% 0.58% -
HSV(B) 109.44º 0.85% 1% -
XYZ 39.19 73.24 13.99 -
YUV 177.15 50.03 56.56 -
System Red Green Blue C M Y K H S L
Decimal 77 255 39 0.70 0 0.85 0 109.44 1 0.58
Hex 4D FF 27 46 0 55 0 6D 64 3A
Octal 115 377 47 106 0 125 0 155 144 72
Binary 1001101 11111111 100111 1000110 0 1010101 0 1101101 1100100 111010

Color Harmonies of #4DFF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFF27

Black with #4DFF27

Text Example


Text Example

White with #4DFF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,39); }

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

background-color css

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

 a { background-color: rgb(77,255,39); }

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

border-color css

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

 span { border-color: rgb(77,255,39); }

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