Html Css Color HEX #3ADB08 Harlequin

📋 copy color: '#3ADB08'

red 58 ◦ green 219 ◦ blue 8

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

Shades of Harlequin #3ADB08

Tints of Harlequin #3ADB08

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.84%

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 20.35%
G = 76.84%
B = 2.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#3ADB08 (or 0x3ADB08) is known color: Harlequin. HEX triplet: 3A, DB and 08. RGB value is (58,219,8). Sum of RGB (Red+Green+Blue) = 58+219+8=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 219 (85.94% from 255 or 76.84% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADB08 is #C524F7. Grayscale: #939393. Windows color (decimal): -12920056 or 580410. OLE color: 580410.

HSL color Cylindrical-coordinate representation of color #3ADB08: hue angle of 105.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ADB08 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 8 -
CMYK 0.74 0 0.96 0.14
HSL 105.78º 0.93% 0.45% -
HSV(B) 105.78º 0.96% 0.86% -
XYZ 27.12 51.58 8.76 -
YUV 146.81 49.66 64.66 -
System Red Green Blue C M Y K H S L
Decimal 58 219 8 0.74 0 0.96 0.14 105.78 0.93 0.45
Hex 3A DB 8 4A 0 60 E 6A 5D 2D
Octal 72 333 10 112 0 140 16 152 135 55
Binary 111010 11011011 1000 1001010 0 1100000 1110 1101010 1011101 101101

Color Harmonies of #3ADB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB08

Black with #3ADB08

Text Example


Text Example

White with #3ADB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,8); }

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

background-color css

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

 a { background-color: rgb(58,219,8); }

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

border-color css

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

 span { border-color: rgb(58,219,8); }

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