Html Css Color HEX #4CFE08 Harlequin

📋 copy color: '#4CFE08'

red 76 ◦ green 254 ◦ blue 8

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

Shades of Harlequin #4CFE08

Tints of Harlequin #4CFE08

RGB

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

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

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

R = 22.49%
G = 75.15%
B = 2.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#4CFE08 (or 0x4CFE08) is known color: Harlequin. HEX triplet: 4C, FE and 08. RGB value is (76,254,8). Sum of RGB (Red+Green+Blue) = 76+254+8=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE08 is #B301F7. Grayscale: #ADADAD. Windows color (decimal): -11731448 or 589388. OLE color: 589388.

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

Color convert

RGB 76 254 8 -
CMYK 0.70 0 0.97 0.00
HSL 103.41º 0.99% 0.51% -
HSV(B) 103.41º 0.97% 1% -
XYZ 38.47 72.44 12.18 -
YUV 172.73 35.03 59 -
System Red Green Blue C M Y K H S L
Decimal 76 254 8 0.70 0 0.97 0.00 103.41 0.99 0.51
Hex 4C FE 8 46 0 61 0 67 63 33
Octal 114 376 10 106 0 141 0 147 143 63
Binary 1001100 11111110 1000 1000110 0 1100001 0 1100111 1100011 110011

Color Harmonies of #4CFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFE08

Black with #4CFE08

Text Example


Text Example

White with #4CFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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