Html Css Color HEX #3AF719 Harlequin

📋 copy color: '#3AF719'

red 58 ◦ green 247 ◦ blue 25

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

Shades of Harlequin #3AF719

Tints of Harlequin #3AF719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 17.58%
G = 74.85%
B = 7.58%

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

#3AF719 (or 0x3AF719) is known color: Harlequin. HEX triplet: 3A, F7 and 19. RGB value is (58,247,25). Sum of RGB (Red+Green+Blue) = 58+247+25=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF719 is #C508E6. Grayscale: #A5A5A5. Windows color (decimal): -12912871 or 1701690. OLE color: 1701690.

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

Color convert

RGB 58 247 25 -
CMYK 0.77 0 0.90 0.03
HSL 111.08º 0.93% 0.53% -
HSV(B) 111.08º 0.9% 0.97% -
XYZ 35.18 67.49 12.09 -
YUV 165.18 48.88 51.55 -
System Red Green Blue C M Y K H S L
Decimal 58 247 25 0.77 0 0.90 0.03 111.08 0.93 0.53
Hex 3A F7 19 4D 0 5A 3 6F 5D 35
Octal 72 367 31 115 0 132 3 157 135 65
Binary 111010 11110111 11001 1001101 0 1011010 11 1101111 1011101 110101

Color Harmonies of #3AF719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF719

Black with #3AF719

Text Example


Text Example

White with #3AF719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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