Html Css Color HEX #3CF706 Harlequin

📋 copy color: '#3CF706'

red 60 ◦ green 247 ◦ blue 6

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

Shades of Harlequin #3CF706

Tints of Harlequin #3CF706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 19.17%
G = 78.91%
B = 1.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#3CF706 (or 0x3CF706) is known color: Harlequin. HEX triplet: 3C, F7 and 06. RGB value is (60,247,6). Sum of RGB (Red+Green+Blue) = 60+247+6=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 247 (96.88% from 255 or 78.91% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF706 is #C308F9. Grayscale: #A4A4A4. Windows color (decimal): -12781818 or 456508. OLE color: 456508.

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

Color convert

RGB 60 247 6 -
CMYK 0.76 0 0.98 0.03
HSL 106.56º 0.95% 0.5% -
HSV(B) 106.56º 0.98% 0.97% -
XYZ 35.16 67.5 11.35 -
YUV 163.61 39.05 54.1 -
System Red Green Blue C M Y K H S L
Decimal 60 247 6 0.76 0 0.98 0.03 106.56 0.95 0.5
Hex 3C F7 6 4C 0 62 3 6B 5F 32
Octal 74 367 6 114 0 142 3 153 137 62
Binary 111100 11110111 110 1001100 0 1100010 11 1101011 1011111 110010

Color Harmonies of #3CF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF706

Black with #3CF706

Text Example


Text Example

White with #3CF706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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