Html Css Color HEX #4CF307 Harlequin

📋 copy color: '#4CF307'

red 76 ◦ green 243 ◦ blue 7

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

Shades of Harlequin #4CF307

Tints of Harlequin #4CF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.54%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 23.31%
G = 74.54%
B = 2.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4CF307 (or 0x4CF307) is known color: Harlequin. HEX triplet: 4C, F3 and 07. RGB value is (76,243,7). Sum of RGB (Red+Green+Blue) = 76+243+7=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF307 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF307 is #B30CF8. Grayscale: #A6A6A6. Windows color (decimal): -11734265 or 521036. OLE color: 521036.

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

Color convert

RGB 76 243 7 -
CMYK 0.69 0 0.97 0.05
HSL 102.46º 0.94% 0.49% -
HSV(B) 102.46º 0.97% 0.95% -
XYZ 35.07 65.65 11.02 -
YUV 166.16 38.17 63.69 -
System Red Green Blue C M Y K H S L
Decimal 76 243 7 0.69 0 0.97 0.05 102.46 0.94 0.49
Hex 4C F3 7 45 0 61 5 66 5E 31
Octal 114 363 7 105 0 141 5 146 136 61
Binary 1001100 11110011 111 1000101 0 1100001 101 1100110 1011110 110001

Color Harmonies of #4CF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF307

Black with #4CF307

Text Example


Text Example

White with #4CF307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,243,7); }

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

background-color css

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

 a { background-color: rgb(76,243,7); }

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

border-color css

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

 span { border-color: rgb(76,243,7); }

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