Html Css Color HEX #4CFB1F Harlequin

📋 copy color: '#4CFB1F'

red 76 ◦ green 251 ◦ blue 31

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

Shades of Harlequin #4CFB1F

Tints of Harlequin #4CFB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 21.23%
G = 70.11%
B = 8.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#4CFB1F (or 0x4CFB1F) is known color: Harlequin. HEX triplet: 4C, FB and 1F. RGB value is (76,251,31). Sum of RGB (Red+Green+Blue) = 76+251+31=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB1F is #B304E0. Grayscale: #AEAEAE. Windows color (decimal): -11732193 or 2095948. OLE color: 2095948.

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

Color convert

RGB 76 251 31 -
CMYK 0.70 0 0.88 0.02
HSL 107.73º 0.96% 0.55% -
HSV(B) 107.73º 0.88% 0.98% -
XYZ 37.72 70.63 12.94 -
YUV 173.6 47.52 58.39 -
System Red Green Blue C M Y K H S L
Decimal 76 251 31 0.70 0 0.88 0.02 107.73 0.96 0.55
Hex 4C FB 1F 46 0 58 2 6C 60 37
Octal 114 373 37 106 0 130 2 154 140 67
Binary 1001100 11111011 11111 1000110 0 1011000 10 1101100 1100000 110111

Color Harmonies of #4CFB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB1F

Black with #4CFB1F

Text Example


Text Example

White with #4CFB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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