Html Css Color HEX #4CFB08 Harlequin

📋 copy color: '#4CFB08'

red 76 ◦ green 251 ◦ blue 8

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

Shades of Harlequin #4CFB08

Tints of Harlequin #4CFB08

RGB

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

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

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

R = 22.69%
G = 74.93%
B = 2.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#4CFB08 (or 0x4CFB08) is known color: Harlequin. HEX triplet: 4C, FB and 08. RGB value is (76,251,8). Sum of RGB (Red+Green+Blue) = 76+251+8=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 251 (98.44% from 255 or 74.93% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB08 is #B304F7. Grayscale: #ABABAB. Windows color (decimal): -11732216 or 588620. OLE color: 588620.

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

Color convert

RGB 76 251 8 -
CMYK 0.70 0 0.97 0.02
HSL 103.21º 0.97% 0.51% -
HSV(B) 103.21º 0.97% 0.98% -
XYZ 37.52 70.55 11.87 -
YUV 170.97 36.02 60.26 -
System Red Green Blue C M Y K H S L
Decimal 76 251 8 0.70 0 0.97 0.02 103.21 0.97 0.51
Hex 4C FB 8 46 0 61 2 67 61 33
Octal 114 373 10 106 0 141 2 147 141 63
Binary 1001100 11111011 1000 1000110 0 1100001 10 1100111 1100001 110011

Color Harmonies of #4CFB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB08

Black with #4CFB08

Text Example


Text Example

White with #4CFB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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