Html Css Color HEX #3AF804 Harlequin

📋 copy color: '#3AF804'

red 58 ◦ green 248 ◦ blue 4

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

Shades of Harlequin #3AF804

Tints of Harlequin #3AF804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 18.71%
G = 80%
B = 1.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#3AF804 (or 0x3AF804) is known color: Harlequin. HEX triplet: 3A, F8 and 04. RGB value is (58,248,4). Sum of RGB (Red+Green+Blue) = 58+248+4=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 248 (97.27% from 255 or 80% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF804 is #C507FB. Grayscale: #A4A4A4. Windows color (decimal): -12912636 or 325690. OLE color: 325690.

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

Color convert

RGB 58 248 4 -
CMYK 0.77 0 0.98 0.03
HSL 106.72º 0.97% 0.49% -
HSV(B) 106.72º 0.98% 0.97% -
XYZ 35.33 68.04 11.39 -
YUV 163.37 38.05 52.84 -
System Red Green Blue C M Y K H S L
Decimal 58 248 4 0.77 0 0.98 0.03 106.72 0.97 0.49
Hex 3A F8 4 4D 0 62 3 6B 61 31
Octal 72 370 4 115 0 142 3 153 141 61
Binary 111010 11111000 100 1001101 0 1100010 11 1101011 1100001 110001

Color Harmonies of #3AF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF804

Black with #3AF804

Text Example


Text Example

White with #3AF804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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