Html Css Color HEX #3BDA07 Harlequin

📋 copy color: '#3BDA07'

red 59 ◦ green 218 ◦ blue 7

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

Shades of Harlequin #3BDA07

Tints of Harlequin #3BDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 20.77%
G = 76.76%
B = 2.46%

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

#3BDA07 (or 0x3BDA07) is known color: Harlequin. HEX triplet: 3B, DA and 07. RGB value is (59,218,7). Sum of RGB (Red+Green+Blue) = 59+218+7=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA07 is #C425F8. Grayscale: #939393. Windows color (decimal): -12854777 or 514619. OLE color: 514619.

HSL color Cylindrical-coordinate representation of color #3BDA07: hue angle of 105.21º degrees, saturation: 0.94, 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 #3BDA07 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 218 7 -
CMYK 0.73 0 0.97 0.15
HSL 105.21º 0.94% 0.44% -
HSV(B) 105.21º 0.97% 0.85% -
XYZ 26.91 51.09 8.64 -
YUV 146.41 49.32 65.66 -
System Red Green Blue C M Y K H S L
Decimal 59 218 7 0.73 0 0.97 0.15 105.21 0.94 0.44
Hex 3B DA 7 49 0 61 F 69 5E 2C
Octal 73 332 7 111 0 141 17 151 136 54
Binary 111011 11011010 111 1001001 0 1100001 1111 1101001 1011110 101100

Color Harmonies of #3BDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA07

Black with #3BDA07

Text Example


Text Example

White with #3BDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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