Html Css Color HEX #4CFB0A Harlequin

📋 copy color: '#4CFB0A'

red 76 ◦ green 251 ◦ blue 10

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

Shades of Harlequin #4CFB0A

Tints of Harlequin #4CFB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 74.48%

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

R = 22.55%
G = 74.48%
B = 2.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#4CFB0A (or 0x4CFB0A) is known color: Harlequin. HEX triplet: 4C, FB and 0A. RGB value is (76,251,10). Sum of RGB (Red+Green+Blue) = 76+251+10=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 251 (98.44% from 255 or 74.48% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB0A is #B304F5. Grayscale: #ABABAB. Windows color (decimal): -11732214 or 719692. OLE color: 719692.

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

Color convert

RGB 76 251 10 -
CMYK 0.70 0 0.96 0.02
HSL 103.57º 0.97% 0.51% -
HSV(B) 103.57º 0.96% 0.98% -
XYZ 37.53 70.55 11.93 -
YUV 171.2 37.02 60.1 -
System Red Green Blue C M Y K H S L
Decimal 76 251 10 0.70 0 0.96 0.02 103.57 0.97 0.51
Hex 4C FB A 46 0 60 2 68 61 33
Octal 114 373 12 106 0 140 2 150 141 63
Binary 1001100 11111011 1010 1000110 0 1100000 10 1101000 1100001 110011

Color Harmonies of #4CFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB0A

Black with #4CFB0A

Text Example


Text Example

White with #4CFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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