Html Css Color HEX #3CC256 Chateau Green

📋 copy color: '#3CC256'

red 60 ◦ green 194 ◦ blue 86

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

Shades of Chateau Green #3CC256

Tints of Chateau Green #3CC256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 17.65%
G = 57.06%
B = 25.29%

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

#3CC256 (or 0x3CC256) is known color: Chateau Green. HEX triplet: 3C, C2 and 56. RGB value is (60,194,86). Sum of RGB (Red+Green+Blue) = 60+194+86=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC256 is #C33DA9. Grayscale: #8D8D8D. Windows color (decimal): -12795306 or 5685820. OLE color: 5685820.

HSL color Cylindrical-coordinate representation of color #3CC256: hue angle of 131.64º 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 #3CC256 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 86 -
CMYK 0.69 0 0.56 0.24
HSL 131.64º 0.53% 0.5% -
HSV(B) 131.64º 0.69% 0.76% -
XYZ 22.83 40.22 15.36 -
YUV 141.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 60 194 86 0.69 0 0.56 0.24 131.64 0.53 0.5
Hex 3C C2 56 45 0 38 18 84 35 32
Octal 74 302 126 105 0 70 30 204 65 62
Binary 111100 11000010 1010110 1000101 0 111000 11000 10000100 110101 110010

Color Harmonies of #3CC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC256

Black with #3CC256

Text Example


Text Example

White with #3CC256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,194,86); }

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

background-color css

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

 a { background-color: rgb(60,194,86); }

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

border-color css

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

 span { border-color: rgb(60,194,86); }

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