Html Css Color HEX #3CF708 Harlequin

📋 copy color: '#3CF708'

red 60 ◦ green 247 ◦ blue 8

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

Shades of Harlequin #3CF708

Tints of Harlequin #3CF708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 19.05%
G = 78.41%
B = 2.54%

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

#3CF708 (or 0x3CF708) is known color: Harlequin. HEX triplet: 3C, F7 and 08. RGB value is (60,247,8). Sum of RGB (Red+Green+Blue) = 60+247+8=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 247 (96.88% from 255 or 78.41% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF708 is #C308F7. Grayscale: #A4A4A4. Windows color (decimal): -12781816 or 587580. OLE color: 587580.

HSL color Cylindrical-coordinate representation of color #3CF708: hue angle of 106.95º 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 #3CF708 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 247 8 -
CMYK 0.76 0 0.97 0.03
HSL 106.95º 0.94% 0.5% -
HSV(B) 106.95º 0.97% 0.97% -
XYZ 35.17 67.5 11.4 -
YUV 163.84 40.05 53.93 -
System Red Green Blue C M Y K H S L
Decimal 60 247 8 0.76 0 0.97 0.03 106.95 0.94 0.5
Hex 3C F7 8 4C 0 61 3 6B 5E 32
Octal 74 367 10 114 0 141 3 153 136 62
Binary 111100 11110111 1000 1001100 0 1100001 11 1101011 1011110 110010

Color Harmonies of #3CF708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF708

Black with #3CF708

Text Example


Text Example

White with #3CF708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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