Html Css Color HEX #4DF825 Harlequin

📋 copy color: '#4DF825'

red 77 ◦ green 248 ◦ blue 37

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

Shades of Harlequin #4DF825

Tints of Harlequin #4DF825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.51%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 21.27%
G = 68.51%
B = 10.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#4DF825 (or 0x4DF825) is known color: Harlequin. HEX triplet: 4D, F8 and 25. RGB value is (77,248,37). Sum of RGB (Red+Green+Blue) = 77+248+37=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 248 (97.27% from 255 or 68.51% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF825 is #B207DA. Grayscale: #ADADAD. Windows color (decimal): -11667419 or 2488397. OLE color: 2488397.

HSL color Cylindrical-coordinate representation of color #4DF825: hue angle of 108.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DF825 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 37 -
CMYK 0.69 0 0.85 0.03
HSL 108.63º 0.94% 0.56% -
HSV(B) 108.63º 0.85% 0.97% -
XYZ 36.96 68.85 13.09 -
YUV 172.82 51.35 59.66 -
System Red Green Blue C M Y K H S L
Decimal 77 248 37 0.69 0 0.85 0.03 108.63 0.94 0.56
Hex 4D F8 25 45 0 55 3 6D 5E 38
Octal 115 370 45 105 0 125 3 155 136 70
Binary 1001101 11111000 100101 1000101 0 1010101 11 1101101 1011110 111000

Color Harmonies of #4DF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF825

Black with #4DF825

Text Example


Text Example

White with #4DF825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,248,37); }

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

background-color css

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

 a { background-color: rgb(77,248,37); }

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

border-color css

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

 span { border-color: rgb(77,248,37); }

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