Html Css Color HEX #4CF015 Harlequin

📋 copy color: '#4CF015'

red 76 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #4CF015

Tints of Harlequin #4CF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.22%

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 22.55%
G = 71.22%
B = 6.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#4CF015 (or 0x4CF015) is known color: Harlequin. HEX triplet: 4C, F0 and 15. RGB value is (76,240,21). Sum of RGB (Red+Green+Blue) = 76+240+21=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF015 is #B30FEA. Grayscale: #A6A6A6. Windows color (decimal): -11735019 or 1437772. OLE color: 1437772.

HSL color Cylindrical-coordinate representation of color #4CF015: hue angle of 104.93º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CF015 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 240 21 -
CMYK 0.68 0 0.91 0.06
HSL 104.93º 0.88% 0.51% -
HSV(B) 104.93º 0.91% 0.94% -
XYZ 34.28 63.91 11.24 -
YUV 166 46.17 63.81 -
System Red Green Blue C M Y K H S L
Decimal 76 240 21 0.68 0 0.91 0.06 104.93 0.88 0.51
Hex 4C F0 15 44 0 5B 6 69 58 33
Octal 114 360 25 104 0 133 6 151 130 63
Binary 1001100 11110000 10101 1000100 0 1011011 110 1101001 1011000 110011

Color Harmonies of #4CF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF015

Black with #4CF015

Text Example


Text Example

White with #4CF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,21); }

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

background-color css

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

 a { background-color: rgb(76,240,21); }

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

border-color css

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

 span { border-color: rgb(76,240,21); }

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