Html Css Color HEX #3BDD05 Harlequin

📋 copy color: '#3BDD05'

red 59 ◦ green 221 ◦ blue 5

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

Shades of Harlequin #3BDD05

Tints of Harlequin #3BDD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 77.54%

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

R = 20.7%
G = 77.54%
B = 1.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#3BDD05 (or 0x3BDD05) is known color: Harlequin. HEX triplet: 3B, DD and 05. RGB value is (59,221,5). Sum of RGB (Red+Green+Blue) = 59+221+5=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDD05 is #C422FA. Grayscale: #949494. Windows color (decimal): -12854011 or 384315. OLE color: 384315.

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

Color convert

RGB 59 221 5 -
CMYK 0.73 0 0.98 0.13
HSL 105º 0.96% 0.44% -
HSV(B) 105º 0.98% 0.87% -
XYZ 27.69 52.65 8.85 -
YUV 147.94 47.33 64.56 -
System Red Green Blue C M Y K H S L
Decimal 59 221 5 0.73 0 0.98 0.13 105 0.96 0.44
Hex 3B DD 5 49 0 62 D 69 60 2C
Octal 73 335 5 111 0 142 15 151 140 54
Binary 111011 11011101 101 1001001 0 1100010 1101 1101001 1100000 101100

Color Harmonies of #3BDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD05

Black with #3BDD05

Text Example


Text Example

White with #3BDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,5); }

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

background-color css

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

 a { background-color: rgb(59,221,5); }

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

border-color css

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

 span { border-color: rgb(59,221,5); }

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