Html Css Color HEX #4DFD0A Harlequin

📋 copy color: '#4DFD0A'

red 77 ◦ green 253 ◦ blue 10

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

Shades of Harlequin #4DFD0A

Tints of Harlequin #4DFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.41%

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 22.65%
G = 74.41%
B = 2.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#4DFD0A (or 0x4DFD0A) is known color: Harlequin. HEX triplet: 4D, FD and 0A. RGB value is (77,253,10). Sum of RGB (Red+Green+Blue) = 77+253+10=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 253 (99.22% from 255 or 74.41% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFD0A is #B202F5. Grayscale: #ADADAD. Windows color (decimal): -11666166 or 720205. OLE color: 720205.

HSL color Cylindrical-coordinate representation of color #4DFD0A: hue angle of 103.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DFD0A is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 253 10 -
CMYK 0.70 0 0.96 0.01
HSL 103.46º 0.98% 0.52% -
HSV(B) 103.46º 0.96% 0.99% -
XYZ 38.24 71.85 12.14 -
YUV 172.67 36.19 59.76 -
System Red Green Blue C M Y K H S L
Decimal 77 253 10 0.70 0 0.96 0.01 103.46 0.98 0.52
Hex 4D FD A 46 0 60 1 67 62 34
Octal 115 375 12 106 0 140 1 147 142 64
Binary 1001101 11111101 1010 1000110 0 1100000 1 1100111 1100010 110100

Color Harmonies of #4DFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFD0A

Black with #4DFD0A

Text Example


Text Example

White with #4DFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,10); }

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

background-color css

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

 a { background-color: rgb(77,253,10); }

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

border-color css

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

 span { border-color: rgb(77,253,10); }

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