Html Css Color HEX #4CF908 Harlequin

📋 copy color: '#4CF908'

red 76 ◦ green 249 ◦ blue 8

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

Shades of Harlequin #4CF908

Tints of Harlequin #4CF908

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.4%

R = 22.82%
G = 74.77%
B = 2.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#4CF908 (or 0x4CF908) is known color: 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

RGB 76 249 8 -
CMYK 0.69 0 0.97 0.02
HSL 103.07º 0.95% 0.5% -
HSV(B) 103.07º 0.97% 0.98% -
XYZ 36.9 69.31 11.66 -
YUV 169.8 36.69 61.1 -
System Red Green Blue C M Y K H S L
Decimal 76 249 8 0.69 0 0.97 0.02 103.07 0.95 0.5
Hex 4C F9 8 45 0 61 2 67 5F 32
Octal 114 371 10 105 0 141 2 147 137 62
Binary 1001100 11111001 1000 1000101 0 1100001 10 1100111 1011111 110010

Color Harmonies of #4CF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF908

Black with #4CF908

Text Example


Text Example

White with #4CF908

Text Example


Text Example

HTML Codes & Css Web 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>