Html Css Color HEX #3CB84C Fruit Salad

📋 copy color: '#3CB84C'

red 60 ◦ green 184 ◦ blue 76

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

Shades of Fruit Salad #3CB84C

Tints of Fruit Salad #3CB84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.5%

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

R = 18.75%
G = 57.5%
B = 23.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#3CB84C (or 0x3CB84C) is known color: Fruit Salad. HEX triplet: 3C, B8 and 4C. RGB value is (60,184,76). Sum of RGB (Red+Green+Blue) = 60+184+76=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB84C is #C347B3. Grayscale: #868686. Windows color (decimal): -12797876 or 5027900. OLE color: 5027900.

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

Color convert

RGB 60 184 76 -
CMYK 0.67 0 0.59 0.28
HSL 127.74º 0.51% 0.48% -
HSV(B) 127.74º 0.67% 0.72% -
XYZ 20.31 35.76 12.67 -
YUV 134.61 94.92 74.78 -
System Red Green Blue C M Y K H S L
Decimal 60 184 76 0.67 0 0.59 0.28 127.74 0.51 0.48
Hex 3C B8 4C 43 0 3B 1C 80 33 30
Octal 74 270 114 103 0 73 34 200 63 60
Binary 111100 10111000 1001100 1000011 0 111011 11100 10000000 110011 110000

Color Harmonies of #3CB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB84C

Black with #3CB84C

Text Example


Text Example

White with #3CB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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