Html Css Color HEX #3CB84A Fruit Salad

📋 copy color: '#3CB84A'

red 60 ◦ green 184 ◦ blue 74

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

Shades of Fruit Salad #3CB84A

Tints of Fruit Salad #3CB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 18.87%
G = 57.86%
B = 23.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#3CB84A (or 0x3CB84A) is known color: Fruit Salad. HEX triplet: 3C, B8 and 4A. RGB value is (60,184,74). Sum of RGB (Red+Green+Blue) = 60+184+74=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB84A is #C347B5. Grayscale: #868686. Windows color (decimal): -12797878 or 4896828. OLE color: 4896828.

HSL color Cylindrical-coordinate representation of color #3CB84A: hue angle of 126.77º 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 #3CB84A is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 184 74 -
CMYK 0.67 0 0.60 0.28
HSL 126.77º 0.51% 0.48% -
HSV(B) 126.77º 0.67% 0.72% -
XYZ 20.24 35.74 12.31 -
YUV 134.38 93.92 74.94 -
System Red Green Blue C M Y K H S L
Decimal 60 184 74 0.67 0 0.60 0.28 126.77 0.51 0.48
Hex 3C B8 4A 43 0 3C 1C 7F 33 30
Octal 74 270 112 103 0 74 34 177 63 60
Binary 111100 10111000 1001010 1000011 0 111100 11100 1111111 110011 110000

Color Harmonies of #3CB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB84A

Black with #3CB84A

Text Example


Text Example

White with #3CB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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