Html Css Color HEX #3AF627 Harlequin

📋 copy color: '#3AF627'

red 58 ◦ green 246 ◦ blue 39

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

Shades of Harlequin #3AF627

Tints of Harlequin #3AF627

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.72%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 16.91%
G = 71.72%
B = 11.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#3AF627 (or 0x3AF627) is known color: Harlequin. HEX triplet: 3A, F6 and 27. RGB value is (58,246,39). Sum of RGB (Red+Green+Blue) = 58+246+39=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF627 is #C509D8. Grayscale: #A6A6A6. Windows color (decimal): -12913113 or 2618938. OLE color: 2618938.

HSL color Cylindrical-coordinate representation of color #3AF627: hue angle of 114.49º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AF627 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 39 -
CMYK 0.76 0 0.84 0.04
HSL 114.49º 0.92% 0.56% -
HSV(B) 114.49º 0.84% 0.96% -
XYZ 35.07 66.96 13 -
YUV 166.19 56.22 50.83 -
System Red Green Blue C M Y K H S L
Decimal 58 246 39 0.76 0 0.84 0.04 114.49 0.92 0.56
Hex 3A F6 27 4C 0 54 4 72 5C 38
Octal 72 366 47 114 0 124 4 162 134 70
Binary 111010 11110110 100111 1001100 0 1010100 100 1110010 1011100 111000

Color Harmonies of #3AF627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF627

Black with #3AF627

Text Example


Text Example

White with #3AF627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,39); }

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

background-color css

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

 a { background-color: rgb(58,246,39); }

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

border-color css

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

 span { border-color: rgb(58,246,39); }

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