Html Css Color HEX #3CF707 Harlequin

📋 copy color: '#3CF707'

red 60 ◦ green 247 ◦ blue 7

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

Shades of Harlequin #3CF707

Tints of Harlequin #3CF707

RGB

 RED value IS 60 (23.83% from 255) = 19.11%

 GREEN value IS 247 (96.88% from 255) = 78.66%

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

R = 19.11%
G = 78.66%
B = 2.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#3CF707 (or 0x3CF707) is known color: Harlequin. HEX triplet: 3C, F7 and 07. RGB value is (60,247,7). Sum of RGB (Red+Green+Blue) = 60+247+7=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 247 (96.88% from 255 or 78.66% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF707 is #C308F8. Grayscale: #A4A4A4. Windows color (decimal): -12781817 or 522044. OLE color: 522044.

HSL color Cylindrical-coordinate representation of color #3CF707: hue angle of 106.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CF707 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 247 7 -
CMYK 0.76 0 0.97 0.03
HSL 106.75º 0.94% 0.5% -
HSV(B) 106.75º 0.97% 0.97% -
XYZ 35.16 67.5 11.38 -
YUV 163.73 39.55 54.01 -
System Red Green Blue C M Y K H S L
Decimal 60 247 7 0.76 0 0.97 0.03 106.75 0.94 0.5
Hex 3C F7 7 4C 0 61 3 6B 5E 32
Octal 74 367 7 114 0 141 3 153 136 62
Binary 111100 11110111 111 1001100 0 1100001 11 1101011 1011110 110010

Color Harmonies of #3CF707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF707

Black with #3CF707

Text Example


Text Example

White with #3CF707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CF707; }

 p { color: rgb(60,247,7); }

 H1.HeaderClassName
 {
   color: #3CF707;
 }
 .AnyTagClassName
 {
   color: #3CF707;
 }
</style>

background-color css

<style>
 a { background-color: #3CF707; }

 a { background-color: rgb(60,247,7); }

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

border-color css

<style>
 span { border-color: #3CF707; }

 span { border-color: rgb(60,247,7); }

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