Html Css Color HEX #3ADE06 Harlequin

📋 copy color: '#3ADE06'

red 58 ◦ green 222 ◦ blue 6

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

Shades of Harlequin #3ADE06

Tints of Harlequin #3ADE06

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.62%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 20.28%
G = 77.62%
B = 2.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#3ADE06 (or 0x3ADE06) is known color: Harlequin. HEX triplet: 3A, DE and 06. RGB value is (58,222,6). Sum of RGB (Red+Green+Blue) = 58+222+6=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADE06 is #C521F9. Grayscale: #959595. Windows color (decimal): -12919290 or 450106. OLE color: 450106.

HSL color Cylindrical-coordinate representation of color #3ADE06: hue angle of 105.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ADE06 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 6 -
CMYK 0.74 0 0.97 0.13
HSL 105.56º 0.95% 0.45% -
HSV(B) 105.56º 0.97% 0.87% -
XYZ 27.9 53.16 8.96 -
YUV 148.34 47.67 63.56 -
System Red Green Blue C M Y K H S L
Decimal 58 222 6 0.74 0 0.97 0.13 105.56 0.95 0.45
Hex 3A DE 6 4A 0 61 D 6A 5F 2D
Octal 72 336 6 112 0 141 15 152 137 55
Binary 111010 11011110 110 1001010 0 1100001 1101 1101010 1011111 101101

Color Harmonies of #3ADE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADE06

Black with #3ADE06

Text Example


Text Example

White with #3ADE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,222,6); }

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

background-color css

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

 a { background-color: rgb(58,222,6); }

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

border-color css

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

 span { border-color: rgb(58,222,6); }

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