Html Css Color HEX #3CB94C Fruit Salad

📋 copy color: '#3CB94C'

red 60 ◦ green 185 ◦ blue 76

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

Shades of Fruit Salad #3CB94C

Tints of Fruit Salad #3CB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.63%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 18.69%
G = 57.63%
B = 23.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#3CB94C (or 0x3CB94C) is known color: Fruit Salad. HEX triplet: 3C, B9 and 4C. RGB value is (60,185,76). Sum of RGB (Red+Green+Blue) = 60+185+76=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB94C is #C346B3. Grayscale: #878787. Windows color (decimal): -12797620 or 5028156. OLE color: 5028156.

HSL color Cylindrical-coordinate representation of color #3CB94C: hue angle of 127.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB94C is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 185 76 -
CMYK 0.68 0 0.59 0.27
HSL 127.68º 0.51% 0.48% -
HSV(B) 127.68º 0.68% 0.73% -
XYZ 20.52 36.18 12.74 -
YUV 135.2 94.59 74.36 -
System Red Green Blue C M Y K H S L
Decimal 60 185 76 0.68 0 0.59 0.27 127.68 0.51 0.48
Hex 3C B9 4C 44 0 3B 1B 80 33 30
Octal 74 271 114 104 0 73 33 200 63 60
Binary 111100 10111001 1001100 1000100 0 111011 11011 10000000 110011 110000

Color Harmonies of #3CB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB94C

Black with #3CB94C

Text Example


Text Example

White with #3CB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,185,76); }

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

background-color css

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

 a { background-color: rgb(60,185,76); }

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

border-color css

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

 span { border-color: rgb(60,185,76); }

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