Html Css Color HEX #3BDE09 Harlequin

📋 copy color: '#3BDE09'

red 59 ◦ green 222 ◦ blue 9

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

Shades of Harlequin #3BDE09

Tints of Harlequin #3BDE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.1%

R = 20.34%
G = 76.55%
B = 3.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#3BDE09 (or 0x3BDE09) is known color: Harlequin. HEX triplet: 3B, DE and 09. RGB value is (59,222,9). Sum of RGB (Red+Green+Blue) = 59+222+9=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE09 is #C421F6. Grayscale: #959595. Windows color (decimal): -12853751 or 646715. OLE color: 646715.

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

Color convert

RGB 59 222 9 -
CMYK 0.73 0 0.96 0.13
HSL 105.92º 0.92% 0.45% -
HSV(B) 105.92º 0.96% 0.87% -
XYZ 27.97 53.19 9.05 -
YUV 148.98 49 63.82 -
System Red Green Blue C M Y K H S L
Decimal 59 222 9 0.73 0 0.96 0.13 105.92 0.92 0.45
Hex 3B DE 9 49 0 60 D 6A 5C 2D
Octal 73 336 11 111 0 140 15 152 134 55
Binary 111011 11011110 1001 1001001 0 1100000 1101 1101010 1011100 101101

Color Harmonies of #3BDE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE09

Black with #3BDE09

Text Example


Text Example

White with #3BDE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,222,9); }

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

background-color css

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

 a { background-color: rgb(59,222,9); }

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

border-color css

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

 span { border-color: rgb(59,222,9); }

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