Html Css Color HEX #4CF10F Harlequin

📋 copy color: '#4CF10F'

red 76 ◦ green 241 ◦ blue 15

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

Shades of Harlequin #4CF10F

Tints of Harlequin #4CF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.59%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 22.89%
G = 72.59%
B = 4.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#4CF10F (or 0x4CF10F) is known color: Harlequin. HEX triplet: 4C, F1 and 0F. RGB value is (76,241,15). Sum of RGB (Red+Green+Blue) = 76+241+15=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF10F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF10F is #B30EF0. Grayscale: #A6A6A6. Windows color (decimal): -11734769 or 1044812. OLE color: 1044812.

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

Color convert

RGB 76 241 15 -
CMYK 0.68 0 0.94 0.05
HSL 103.81º 0.89% 0.5% -
HSV(B) 103.81º 0.94% 0.95% -
XYZ 34.52 64.48 11.08 -
YUV 165.9 42.84 63.88 -
System Red Green Blue C M Y K H S L
Decimal 76 241 15 0.68 0 0.94 0.05 103.81 0.89 0.5
Hex 4C F1 F 44 0 5E 5 68 59 32
Octal 114 361 17 104 0 136 5 150 131 62
Binary 1001100 11110001 1111 1000100 0 1011110 101 1101000 1011001 110010

Color Harmonies of #4CF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF10F

Black with #4CF10F

Text Example


Text Example

White with #4CF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,241,15); }

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

background-color css

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

 a { background-color: rgb(76,241,15); }

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

border-color css

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

 span { border-color: rgb(76,241,15); }

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