Html Css Color HEX #4CFE0A Harlequin

📋 copy color: '#4CFE0A'

red 76 ◦ green 254 ◦ blue 10

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

Shades of Harlequin #4CFE0A

Tints of Harlequin #4CFE0A

RGB

 RED value IS 76 (30.08% from 255) = 22.35%

 GREEN value IS 254 (99.61% from 255) = 74.71%

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

R = 22.35%
G = 74.71%
B = 2.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#4CFE0A (or 0x4CFE0A) is known color: Harlequin. HEX triplet: 4C, FE and 0A. RGB value is (76,254,10). Sum of RGB (Red+Green+Blue) = 76+254+10=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE0A is #B301F5. Grayscale: #ADADAD. Windows color (decimal): -11731446 or 720460. OLE color: 720460.

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

Color convert

RGB 76 254 10 -
CMYK 0.70 0 0.96 0.00
HSL 103.77º 0.99% 0.52% -
HSV(B) 103.77º 0.96% 1% -
XYZ 38.48 72.44 12.24 -
YUV 172.96 36.03 58.84 -
System Red Green Blue C M Y K H S L
Decimal 76 254 10 0.70 0 0.96 0.00 103.77 0.99 0.52
Hex 4C FE A 46 0 60 0 68 63 34
Octal 114 376 12 106 0 140 0 150 143 64
Binary 1001100 11111110 1010 1000110 0 1100000 0 1101000 1100011 110100

Color Harmonies of #4CFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFE0A

Black with #4CFE0A

Text Example


Text Example

White with #4CFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,254,10); }

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

background-color css

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

 a { background-color: rgb(76,254,10); }

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

border-color css

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

 span { border-color: rgb(76,254,10); }

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