Html Css Color HEX #3CDB08 Harlequin

📋 copy color: '#3CDB08'

red 60 ◦ green 219 ◦ blue 8

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

Shades of Harlequin #3CDB08

Tints of Harlequin #3CDB08

RGB

 RED value IS 60 (23.83% from 255) = 20.91%

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

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

R = 20.91%
G = 76.31%
B = 2.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#3CDB08 (or 0x3CDB08) is known color: Harlequin. HEX triplet: 3C, DB and 08. RGB value is (60,219,8). Sum of RGB (Red+Green+Blue) = 60+219+8=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDB08 is #C324F7. Grayscale: #949494. Windows color (decimal): -12788984 or 580412. OLE color: 580412.

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

Color convert

RGB 60 219 8 -
CMYK 0.73 0 0.96 0.14
HSL 105.21º 0.93% 0.45% -
HSV(B) 105.21º 0.96% 0.86% -
XYZ 27.24 51.64 8.76 -
YUV 147.41 49.32 65.66 -
System Red Green Blue C M Y K H S L
Decimal 60 219 8 0.73 0 0.96 0.14 105.21 0.93 0.45
Hex 3C DB 8 49 0 60 E 69 5D 2D
Octal 74 333 10 111 0 140 16 151 135 55
Binary 111100 11011011 1000 1001001 0 1100000 1110 1101001 1011101 101101

Color Harmonies of #3CDB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDB08

Black with #3CDB08

Text Example


Text Example

White with #3CDB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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