Html Css Color HEX #3CC985 Shamrock

📋 copy color: '#3CC985'

red 60 ◦ green 201 ◦ blue 133

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

Shades of Shamrock #3CC985

Tints of Shamrock #3CC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 15.23%
G = 51.02%
B = 33.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#3CC985 (or 0x3CC985) is known color: Shamrock. HEX triplet: 3C, C9 and 85. RGB value is (60,201,133). Sum of RGB (Red+Green+Blue) = 60+201+133=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC985 is #C3367A. Grayscale: #979797. Windows color (decimal): -12793467 or 8767804. OLE color: 8767804.

HSL color Cylindrical-coordinate representation of color #3CC985: hue angle of 151.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC985 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 201 133 -
CMYK 0.70 0 0.34 0.21
HSL 151.06º 0.57% 0.51% -
HSV(B) 151.06º 0.7% 0.79% -
XYZ 26.98 44.43 29.34 -
YUV 151.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 60 201 133 0.70 0 0.34 0.21 151.06 0.57 0.51
Hex 3C C9 85 46 0 22 15 97 39 33
Octal 74 311 205 106 0 42 25 227 71 63
Binary 111100 11001001 10000101 1000110 0 100010 10101 10010111 111001 110011

Color Harmonies of #3CC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC985

Black with #3CC985

Text Example


Text Example

White with #3CC985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,201,133); }

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

background-color css

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

 a { background-color: rgb(60,201,133); }

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

border-color css

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

 span { border-color: rgb(60,201,133); }

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