Html Css Color HEX #4CF91B Harlequin

📋 copy color: '#4CF91B'

red 76 ◦ green 249 ◦ blue 27

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

Shades of Harlequin #4CF91B

Tints of Harlequin #4CF91B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.74%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 21.59%
G = 70.74%
B = 7.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#4CF91B (or 0x4CF91B) is known color: Harlequin. HEX triplet: 4C, F9 and 1B. RGB value is (76,249,27). Sum of RGB (Red+Green+Blue) = 76+249+27=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF91B is #B306E4. Grayscale: #ACACAC. Windows color (decimal): -11732709 or 1833292. OLE color: 1833292.

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

Color convert

RGB 76 249 27 -
CMYK 0.69 0 0.89 0.02
HSL 106.76º 0.95% 0.54% -
HSV(B) 106.76º 0.89% 0.98% -
XYZ 37.05 69.37 12.47 -
YUV 171.97 46.19 59.55 -
System Red Green Blue C M Y K H S L
Decimal 76 249 27 0.69 0 0.89 0.02 106.76 0.95 0.54
Hex 4C F9 1B 45 0 59 2 6B 5F 36
Octal 114 371 33 105 0 131 2 153 137 66
Binary 1001100 11111001 11011 1000101 0 1011001 10 1101011 1011111 110110

Color Harmonies of #4CF91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF91B

Black with #4CF91B

Text Example


Text Example

White with #4CF91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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