Html Css Color HEX #3CC155 Chateau Green

📋 copy color: '#3CC155'

red 60 ◦ green 193 ◦ blue 85

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

Shades of Chateau Green #3CC155

Tints of Chateau Green #3CC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.1%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 17.75%
G = 57.1%
B = 25.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#3CC155 (or 0x3CC155) is known color: Chateau Green. HEX triplet: 3C, C1 and 55. RGB value is (60,193,85). Sum of RGB (Red+Green+Blue) = 60+193+85=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC155 is #C33EAA. Grayscale: #8D8D8D. Windows color (decimal): -12795563 or 5620028. OLE color: 5620028.

HSL color Cylindrical-coordinate representation of color #3CC155: hue angle of 131.28º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC155 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 85 -
CMYK 0.69 0 0.56 0.24
HSL 131.28º 0.53% 0.5% -
HSV(B) 131.28º 0.69% 0.76% -
XYZ 22.57 39.76 15.08 -
YUV 140.92 96.44 70.28 -
System Red Green Blue C M Y K H S L
Decimal 60 193 85 0.69 0 0.56 0.24 131.28 0.53 0.5
Hex 3C C1 55 45 0 38 18 83 35 32
Octal 74 301 125 105 0 70 30 203 65 62
Binary 111100 11000001 1010101 1000101 0 111000 11000 10000011 110101 110010

Color Harmonies of #3CC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC155

Black with #3CC155

Text Example


Text Example

White with #3CC155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,85); }

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

background-color css

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

 a { background-color: rgb(60,193,85); }

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

border-color css

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

 span { border-color: rgb(60,193,85); }

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