Html Css Color HEX #3BDA06 Harlequin

📋 copy color: '#3BDA06'

red 59 ◦ green 218 ◦ blue 6

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

Shades of Harlequin #3BDA06

Tints of Harlequin #3BDA06

RGB

 RED value IS 59 (23.44% from 255) = 20.85%

 GREEN value IS 218 (85.55% from 255) = 77.03%

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

R = 20.85%
G = 77.03%
B = 2.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#3BDA06 (or 0x3BDA06) is known color: Harlequin. HEX triplet: 3B, DA and 06. RGB value is (59,218,6). Sum of RGB (Red+Green+Blue) = 59+218+6=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA06 is #C425F9. Grayscale: #929292. Windows color (decimal): -12854778 or 449083. OLE color: 449083.

HSL color Cylindrical-coordinate representation of color #3BDA06: hue angle of 105º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BDA06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 218 6 -
CMYK 0.73 0 0.97 0.15
HSL 105º 0.95% 0.44% -
HSV(B) 105º 0.97% 0.85% -
XYZ 26.91 51.09 8.61 -
YUV 146.29 48.82 65.74 -
System Red Green Blue C M Y K H S L
Decimal 59 218 6 0.73 0 0.97 0.15 105 0.95 0.44
Hex 3B DA 6 49 0 61 F 69 5F 2C
Octal 73 332 6 111 0 141 17 151 137 54
Binary 111011 11011010 110 1001001 0 1100001 1111 1101001 1011111 101100

Color Harmonies of #3BDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA06

Black with #3BDA06

Text Example


Text Example

White with #3BDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,218,6); }

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

background-color css

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

 a { background-color: rgb(59,218,6); }

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

border-color css

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

 span { border-color: rgb(59,218,6); }

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