Html Css Color HEX #3AF817 Harlequin

📋 copy color: '#3AF817'

red 58 ◦ green 248 ◦ blue 23

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

Shades of Harlequin #3AF817

Tints of Harlequin #3AF817

RGB

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

 GREEN value IS 248 (97.27% from 255) = 75.38%

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 17.63%
G = 75.38%
B = 6.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#3AF817 (or 0x3AF817) is known color: Harlequin. HEX triplet: 3A, F8 and 17. RGB value is (58,248,23). Sum of RGB (Red+Green+Blue) = 58+248+23=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 248 (97.27% from 255 or 75.38% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF817 is #C507E8. Grayscale: #A6A6A6. Windows color (decimal): -12912617 or 1570874. OLE color: 1570874.

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

Color convert

RGB 58 248 23 -
CMYK 0.77 0 0.91 0.03
HSL 110.67º 0.94% 0.53% -
HSV(B) 110.67º 0.91% 0.97% -
XYZ 35.47 68.1 12.09 -
YUV 165.54 47.55 51.3 -
System Red Green Blue C M Y K H S L
Decimal 58 248 23 0.77 0 0.91 0.03 110.67 0.94 0.53
Hex 3A F8 17 4D 0 5B 3 6F 5E 35
Octal 72 370 27 115 0 133 3 157 136 65
Binary 111010 11111000 10111 1001101 0 1011011 11 1101111 1011110 110101

Color Harmonies of #3AF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF817

Black with #3AF817

Text Example


Text Example

White with #3AF817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,23); }

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

background-color css

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

 a { background-color: rgb(58,248,23); }

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

border-color css

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

 span { border-color: rgb(58,248,23); }

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