Html Css Color HEX #3CA84B Fruit Salad

📋 copy color: '#3CA84B'

red 60 ◦ green 168 ◦ blue 75

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

Shades of Fruit Salad #3CA84B

Tints of Fruit Salad #3CA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.45%

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 19.8%
G = 55.45%
B = 24.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#3CA84B (or 0x3CA84B) is known color: Fruit Salad. HEX triplet: 3C, A8 and 4B. RGB value is (60,168,75). Sum of RGB (Red+Green+Blue) = 60+168+75=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA84B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA84B is #C357B4. Grayscale: #7D7D7D. Windows color (decimal): -12801973 or 4958268. OLE color: 4958268.

HSL color Cylindrical-coordinate representation of color #3CA84B: hue angle of 128.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA84B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 168 75 -
CMYK 0.64 0 0.55 0.34
HSL 128.33º 0.47% 0.45% -
HSV(B) 128.33º 0.64% 0.66% -
XYZ 17.14 29.47 11.44 -
YUV 125.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 60 168 75 0.64 0 0.55 0.34 128.33 0.47 0.45
Hex 3C A8 4B 40 0 37 22 80 2F 2D
Octal 74 250 113 100 0 67 42 200 57 55
Binary 111100 10101000 1001011 1000000 0 110111 100010 10000000 101111 101101

Color Harmonies of #3CA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA84B

Black with #3CA84B

Text Example


Text Example

White with #3CA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,168,75); }

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

background-color css

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

 a { background-color: rgb(60,168,75); }

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

border-color css

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

 span { border-color: rgb(60,168,75); }

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