Html Css Color HEX #4CF208 Harlequin

📋 copy color: '#4CF208'

red 76 ◦ green 242 ◦ blue 8

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

Shades of Harlequin #4CF208

Tints of Harlequin #4CF208

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

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

R = 23.31%
G = 74.23%
B = 2.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4CF208 (or 0x4CF208) is known color: Harlequin. HEX triplet: 4C, F2 and 08. RGB value is (76,242,8). Sum of RGB (Red+Green+Blue) = 76+242+8=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF208 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF208 is #B30DF7. Grayscale: #A6A6A6. Windows color (decimal): -11734520 or 586316. OLE color: 586316.

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

Color convert

RGB 76 242 8 -
CMYK 0.69 0 0.97 0.05
HSL 102.56º 0.94% 0.49% -
HSV(B) 102.56º 0.97% 0.95% -
XYZ 34.78 65.06 10.95 -
YUV 165.69 39 64.03 -
System Red Green Blue C M Y K H S L
Decimal 76 242 8 0.69 0 0.97 0.05 102.56 0.94 0.49
Hex 4C F2 8 45 0 61 5 67 5E 31
Octal 114 362 10 105 0 141 5 147 136 61
Binary 1001100 11110010 1000 1000101 0 1100001 101 1100111 1011110 110001

Color Harmonies of #4CF208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF208

Black with #4CF208

Text Example


Text Example

White with #4CF208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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