Html Css Color HEX #3AED05 Harlequin

📋 copy color: '#3AED05'

red 58 ◦ green 237 ◦ blue 5

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

Shades of Harlequin #3AED05

Tints of Harlequin #3AED05

RGB

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

 GREEN value IS 237 (92.97% from 255) = 79%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 19.33%
G = 79%
B = 1.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#3AED05 (or 0x3AED05) is known color: Harlequin. HEX triplet: 3A, ED and 05. RGB value is (58,237,5). Sum of RGB (Red+Green+Blue) = 58+237+5=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 237 (92.97% from 255 or 79% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED05 is #C512FA. Grayscale: #9D9D9D. Windows color (decimal): -12915451 or 388410. OLE color: 388410.

HSL color Cylindrical-coordinate representation of color #3AED05: hue angle of 106.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AED05 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 5 -
CMYK 0.76 0 0.98 0.07
HSL 106.29º 0.96% 0.47% -
HSV(B) 106.29º 0.98% 0.93% -
XYZ 32.06 61.48 10.32 -
YUV 157.03 42.2 57.36 -
System Red Green Blue C M Y K H S L
Decimal 58 237 5 0.76 0 0.98 0.07 106.29 0.96 0.47
Hex 3A ED 5 4C 0 62 7 6A 60 2F
Octal 72 355 5 114 0 142 7 152 140 57
Binary 111010 11101101 101 1001100 0 1100010 111 1101010 1100000 101111

Color Harmonies of #3AED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED05

Black with #3AED05

Text Example


Text Example

White with #3AED05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,237,5); }

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

background-color css

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

 a { background-color: rgb(58,237,5); }

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

border-color css

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

 span { border-color: rgb(58,237,5); }

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