Html Css Color HEX #3AF718 Harlequin

📋 copy color: '#3AF718'

red 58 ◦ green 247 ◦ blue 24

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

Shades of Harlequin #3AF718

Tints of Harlequin #3AF718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 17.63%
G = 75.08%
B = 7.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#3AF718 (or 0x3AF718) is known color: Harlequin. HEX triplet: 3A, F7 and 18. RGB value is (58,247,24). Sum of RGB (Red+Green+Blue) = 58+247+24=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF718 is #C508E7. Grayscale: #A5A5A5. Windows color (decimal): -12912872 or 1636154. OLE color: 1636154.

HSL color Cylindrical-coordinate representation of color #3AF718: hue angle of 110.85º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF718 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 24 -
CMYK 0.77 0 0.90 0.03
HSL 110.85º 0.93% 0.53% -
HSV(B) 110.85º 0.9% 0.97% -
XYZ 35.17 67.49 12.04 -
YUV 165.07 48.38 51.63 -
System Red Green Blue C M Y K H S L
Decimal 58 247 24 0.77 0 0.90 0.03 110.85 0.93 0.53
Hex 3A F7 18 4D 0 5A 3 6F 5D 35
Octal 72 367 30 115 0 132 3 157 135 65
Binary 111010 11110111 11000 1001101 0 1011010 11 1101111 1011101 110101

Color Harmonies of #3AF718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF718

Black with #3AF718

Text Example


Text Example

White with #3AF718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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