Html Css Color HEX #4DFA08 Harlequin

📋 copy color: '#4DFA08'

red 77 ◦ green 250 ◦ blue 8

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

Shades of Harlequin #4DFA08

Tints of Harlequin #4DFA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 22.99%
G = 74.63%
B = 2.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#4DFA08 (or 0x4DFA08) is known color: Harlequin. HEX triplet: 4D, FA and 08. RGB value is (77,250,8). Sum of RGB (Red+Green+Blue) = 77+250+8=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA08 is #B205F7. Grayscale: #ABABAB. Windows color (decimal): -11666936 or 588365. OLE color: 588365.

HSL color Cylindrical-coordinate representation of color #4DFA08: hue angle of 102.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DFA08 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 8 -
CMYK 0.69 0 0.97 0.02
HSL 102.89º 0.96% 0.51% -
HSV(B) 102.89º 0.97% 0.98% -
XYZ 37.29 69.97 11.77 -
YUV 170.69 36.19 61.18 -
System Red Green Blue C M Y K H S L
Decimal 77 250 8 0.69 0 0.97 0.02 102.89 0.96 0.51
Hex 4D FA 8 45 0 61 2 67 60 33
Octal 115 372 10 105 0 141 2 147 140 63
Binary 1001101 11111010 1000 1000101 0 1100001 10 1100111 1100000 110011

Color Harmonies of #4DFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA08

Black with #4DFA08

Text Example


Text Example

White with #4DFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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