Html Css Color HEX #3AF527 Harlequin

📋 copy color: '#3AF527'

red 58 ◦ green 245 ◦ blue 39

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

Shades of Harlequin #3AF527

Tints of Harlequin #3AF527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.64%

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

R = 16.96%
G = 71.64%
B = 11.4%

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

#3AF527 (or 0x3AF527) is known color: Harlequin. HEX triplet: 3A, F5 and 27. RGB value is (58,245,39). Sum of RGB (Red+Green+Blue) = 58+245+39=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 245 (96.09% from 255 or 71.64% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF527 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF527 is #C50AD8. Grayscale: #A6A6A6. Windows color (decimal): -12913369 or 2618682. OLE color: 2618682.

HSL color Cylindrical-coordinate representation of color #3AF527: hue angle of 114.47º degrees, saturation: 0.91, 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 #3AF527 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 245 39 -
CMYK 0.76 0 0.84 0.04
HSL 114.47º 0.91% 0.56% -
HSV(B) 114.47º 0.84% 0.96% -
XYZ 34.76 66.35 12.89 -
YUV 165.6 56.55 51.25 -
System Red Green Blue C M Y K H S L
Decimal 58 245 39 0.76 0 0.84 0.04 114.47 0.91 0.56
Hex 3A F5 27 4C 0 54 4 72 5B 38
Octal 72 365 47 114 0 124 4 162 133 70
Binary 111010 11110101 100111 1001100 0 1010100 100 1110010 1011011 111000

Color Harmonies of #3AF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF527

Black with #3AF527

Text Example


Text Example

White with #3AF527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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