Html Css Color HEX #3AF70C Harlequin

📋 copy color: '#3AF70C'

red 58 ◦ green 247 ◦ blue 12

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

Shades of Harlequin #3AF70C

Tints of Harlequin #3AF70C

RGB

 RED value IS 58 (23.05% from 255) = 18.3%

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 18.3%
G = 77.92%
B = 3.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#3AF70C (or 0x3AF70C) is known color: Harlequin. HEX triplet: 3A, F7 and 0C. RGB value is (58,247,12). Sum of RGB (Red+Green+Blue) = 58+247+12=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF70C is #C508F3. Grayscale: #A4A4A4. Windows color (decimal): -12912884 or 849722. OLE color: 849722.

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

Color convert

RGB 58 247 12 -
CMYK 0.77 0 0.95 0.03
HSL 108.26º 0.94% 0.51% -
HSV(B) 108.26º 0.95% 0.97% -
XYZ 35.07 67.45 11.52 -
YUV 163.7 42.38 52.61 -
System Red Green Blue C M Y K H S L
Decimal 58 247 12 0.77 0 0.95 0.03 108.26 0.94 0.51
Hex 3A F7 C 4D 0 5F 3 6C 5E 33
Octal 72 367 14 115 0 137 3 154 136 63
Binary 111010 11110111 1100 1001101 0 1011111 11 1101100 1011110 110011

Color Harmonies of #3AF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF70C

Black with #3AF70C

Text Example


Text Example

White with #3AF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,247,12); }

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

background-color css

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

 a { background-color: rgb(58,247,12); }

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

border-color css

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

 span { border-color: rgb(58,247,12); }

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