#4CF908

Color #4CF908 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4CF908

Tints of Harlequin #4CF908

Color information

#4CF908 (or 0x4CF908) is unknown color: approx Harlequin. HEX triplet: 4C, F9 and 08. RGB value is (76,249,8). Sum of RGB (Red+Green+Blue) = 76+249+8=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF908 is #B306F7. Grayscale: #AAAAAA. Windows color (decimal): -11732728 or 588108. OLE color: 588108.

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

Color convert

RGB762498-
CMYK0.6900.970.02
HSL103.07º95.26%50.39%-
HSV(B)103.07º96.79%97.65%-
XYZ36.969.3111.66-
YUV169.836.6961.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 249 (97.66% from 255) = 74.77%
BLUE value IS 8 (3.52% from 255) = 2.40%
R=22.82%
G=74.77%
B=2.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7624980.6900.970.02103.0795.2650.39
Hex4CF98450612675f32
Octal114371101050141214713762
Binary10011001111100110001000101011000011011001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CF908;
 }
 .AnyTagClassName
 {
   color: #4CF908;
 }
</style>
background-color css

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

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

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

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

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

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