Html Css Color HEX #3AF808 Harlequin

📋 copy color: '#3AF808'

red 58 ◦ green 248 ◦ blue 8

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

Shades of Harlequin #3AF808

Tints of Harlequin #3AF808

RGB

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

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

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

R = 18.47%
G = 78.98%
B = 2.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#3AF808 (or 0x3AF808) is known color: Harlequin. HEX triplet: 3A, F8 and 08. RGB value is (58,248,8). Sum of RGB (Red+Green+Blue) = 58+248+8=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF808 is #C507F7. Grayscale: #A4A4A4. Windows color (decimal): -12912632 or 587834. OLE color: 587834.

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

Color convert

RGB 58 248 8 -
CMYK 0.77 0 0.97 0.03
HSL 107.5º 0.94% 0.5% -
HSV(B) 107.5º 0.97% 0.97% -
XYZ 35.36 68.05 11.5 -
YUV 163.83 40.05 52.51 -
System Red Green Blue C M Y K H S L
Decimal 58 248 8 0.77 0 0.97 0.03 107.5 0.94 0.5
Hex 3A F8 8 4D 0 61 3 6C 5E 32
Octal 72 370 10 115 0 141 3 154 136 62
Binary 111010 11111000 1000 1001101 0 1100001 11 1101100 1011110 110010

Color Harmonies of #3AF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF808

Black with #3AF808

Text Example


Text Example

White with #3AF808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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